cletus/node_modules/@aws-crypto/util
2025-05-09 15:53:19 -05:00
..
build Initial commit 2025-05-09 15:53:19 -05:00
node_modules/@smithy Initial commit 2025-05-09 15:53:19 -05:00
src Initial commit 2025-05-09 15:53:19 -05:00
CHANGELOG.md Initial commit 2025-05-09 15:53:19 -05:00
LICENSE Initial commit 2025-05-09 15:53:19 -05:00
package.json Initial commit 2025-05-09 15:53:19 -05:00
README.md Initial commit 2025-05-09 15:53:19 -05:00
tsconfig.json Initial commit 2025-05-09 15:53:19 -05:00
tsconfig.module.json Initial commit 2025-05-09 15:53:19 -05:00

@aws-crypto/util

Helper functions

Usage

import { convertToBuffer } from '@aws-crypto/util';

const data = "asdf";
const utf8EncodedUint8Array = convertToBuffer(data);

Test

npm test