typescript-base64-arraybuffer
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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 --save

Usage

import {decode, encode} from 'typescript-base64-arraybuffer';

...

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build

To lint all *.ts files:

$ npm run lint

License

ISC © Rhett Robinson

Package Sidebar

Install

npm i typescript-base64-arraybuffer

Weekly Downloads

575

Version

0.1.0

License

ISC

Last publish

Collaborators

  • rrhett