File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/@aws-crypto/util

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

README.md204 B · 17 lines
# @aws-crypto/util Helper functions ## Usage ```import { convertToBuffer } from '@aws-crypto/util'; const data = "asdf";const utf8EncodedUint8Array = convertToBuffer(data);``` ## Test `npm test`