UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

11 lines (9 loc) 599 B
'use strict'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.calculateContentMd5 = exports.calculateContentCRC32 = void 0; var utils_1 = require("./utils"); Object.defineProperty(exports, "calculateContentCRC32", { enumerable: true, get: function () { return utils_1.calculateContentCRC32; } }); Object.defineProperty(exports, "calculateContentMd5", { enumerable: true, get: function () { return utils_1.calculateContentMd5; } }); //# sourceMappingURL=index.js.map