UNPKG

@aws-amplify/core

Version:
9 lines (7 loc) 288 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 function bytesToString(input) { return Array.from(input, byte => String.fromCodePoint(byte)).join(''); } export { bytesToString }; //# sourceMappingURL=bytesToString.mjs.map