UNPKG

aws-crt

Version:

NodeJS/browser bindings to the aws-c-* libraries

11 lines 551 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.TextDecoder = exports.TextEncoder = void 0; const util_1 = require("util"); Object.defineProperty(exports, "TextEncoder", { enumerable: true, get: function () { return util_1.TextEncoder; } }); Object.defineProperty(exports, "TextDecoder", { enumerable: true, get: function () { return util_1.TextDecoder; } }); //# sourceMappingURL=polyfills.js.map