b64str

1.0.3 • Public • Published

Use case

import b64str from 'b64str'

b64str.encode('Hello World!') // SGVsbG8lMjBXb3JsZCE=
b64str.decode('SGVsbG8lMjBXb3JsZCE=') // Hello World!

b64str.encode('你好!') // JUU0JUJEJUEwJUU1JUE1JUJEIQ==
b64str.decode('JUU0JUJEJUEwJUU1JUE1JUJEIQ==') // 你好!

Readme

Keywords

Package Sidebar

Install

npm i b64str

Weekly Downloads

4

Version

1.0.3

License

ISC

Unpacked Size

840 B

Total Files

3

Last publish

Collaborators

  • chuichui