django-vue3-admin-web/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.browser.js
2025-10-20 21:21:14 +08:00

7 lines
320 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCrc32ChecksumAlgorithmFunction = void 0;
const crc32_1 = require("@aws-crypto/crc32");
const getCrc32ChecksumAlgorithmFunction = () => crc32_1.AwsCrc32;
exports.getCrc32ChecksumAlgorithmFunction = getCrc32ChecksumAlgorithmFunction;