@node-fetch/btoa-lite
v1.0.0
Published
Simplest btoa implementation
Downloads
12
Readme
btoa-lite
Simplest btoa implementation
Install
npm install @node-fetch/btoa-lite
Usage
import btoa from '@node-fetch/btoa-lite';
console.log(btoa('Hello World'));
//=> 'SGVsbG8gV29ybGQ='