@aws-amplify/auth
Version:
Auth category of aws-amplify
13 lines (11 loc) • 354 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.textEncoder = void 0;
exports.textEncoder = {
convert(input) {
return new TextEncoder().encode(input);
},
};
//# sourceMappingURL=index.js.map
;