- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones de configuracion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| build | ||
| node_modules/@smithy | ||
| src | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.module.json | ||
@aws-crypto/util
Helper functions
Usage
import { convertToBuffer } from '@aws-crypto/util';
const data = "asdf";
const utf8EncodedUint8Array = convertToBuffer(data);
Test
npm test