0.1.0 • Published 8 years ago
typescript-base64-arraybuffer v0.1.0
typescript-base64-arraybuffer
A very basic base64 encode/decode that can be used by Typescript/JS applications.
This encodes and decodes between ArrayBuffer (Uint8Array) and string.
Installation
To install this library, run:
$ npm install typescript-base64-arraybuffer --saveUsage
import {decode, encode} from 'typescript-base64-arraybuffer';
...
Development
To generate all *.js, *.d.ts and *.metadata.json files:
$ npm run buildTo lint all *.ts files:
$ npm run lintLicense
ISC © Rhett Robinson
0.1.0
8 years ago