btoa-vp

1.2.2 • Public • Published

btoa

btoa function for nodejs.

(function () {
  "use strict";

  var btoa = require('btoa');
  var binary = "ආයුබෝවන්";
  var base64 = btoa(binary);

  console.log(base64); // "hrrUtt3Asco="
}());

Copyright and License

MIT

Readme

Keywords

Package Sidebar

Install

npm i btoa-vp

Weekly Downloads

3

Version

1.2.2

License

MIT

Unpacked Size

2.44 kB

Total Files

6

Last publish

Collaborators

  • preneeth