UNPKG

@aws-amplify/core

Version:
10 lines (8 loc) 386 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.Mutex = void 0; var Mutex_1 = require("./Mutex"); Object.defineProperty(exports, "Mutex", { enumerable: true, get: function () { return Mutex_1.Mutex; } }); //# sourceMappingURL=index.js.map