2.1.3 • Published 5 years ago

base64check v2.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

base64check

NPM Package

A straight forward implementation of base64check.

Example

var base64check = require('base64check')

var decoded = base64check.decode('AGWhYFmGSi/bx8maRyOoOVvG8YjrwEay/w==')

console.log(decoded)
// => <Buffer 00 65 a1 60 59 86 4a 2f db c7 c9 9a 47 23 a8 39 5b c6 f1 88 eb>

console.log(base64check.encode(decoded))
// => AGWhYFmGSi/bx8maRyOoOVvG8YjrwEay/w==

LICENSE MIT