0.0.14 • Published 8 years ago

base64encodedecode v0.0.14

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 years ago

base64encodedecode

A fork of npm module

Installation

npm install base64encodedecode

Examples

To find base64 encode of a string

console.log(base64.base64Encode('nodejs'));

To find base64 decode of a string

console.log(base64.base64Decode('bm9kZWpz'));

Tests

To run the test suite, run npm test:

npm test

License

GPL 3.0