@jswork/next-node-base64

1.0.0 • Public • Published

next-node-base64

Base64 for nodejs.

version license size download

installation

npm install -S @jswork/next-node-base64

apis

api params description
encode - Encode string
decode - Decode string

usage

import NxNodeBase64 from '@jswork/next-node-base64';
const encoded = NxNodeBase64.encode('afei');
const decoded = NxNodeBase64.decode(encoded);

console.log(encoded, decoded);
// YWZlaQ== 
// afei

resources

license

Code released under the MIT license.

Package Sidebar

Install

npm i @jswork/next-node-base64

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.84 kB

Total Files

5

Last publish

Collaborators

  • afeiship