u64

1.0.1 • Public • Published

µ64

Micro, uRL safe base64

Install

npm install u64

Example

const { encode, decode } = require('u64')

const encoded = encode('Hello world!')
// => 'SGVsbG8gd29ybGQh'

const decoded = decode(encoded)
// => 'Hello world!'

Changelog

1.0.1

  • Added README
  • Updated description

1.0.0

  • Initial Release

/u64/

    Package Sidebar

    Install

    npm i u64

    Weekly Downloads

    33

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    1.35 kB

    Total Files

    3

    Last publish

    Collaborators

    • wingysam