JSPM

typescript-base64-arraybuffer

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 835
  • Score
    100M100P100Q104479F
  • License ISC

Package Exports

  • typescript-base64-arraybuffer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typescript-base64-arraybuffer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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