radix64
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/radix64 package

1.1.0 • Public • Published

radix64

radix64 is a JS Library which allow to transform an unsigned Integer into a string with the same characteres as base64URL. It allow to compress the number into a smaller string which doesn't need to be URLEncoded

Usage

var radix64 = require('radix64').radix64 ;
console.log(radix64( +new Date()));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    9
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    9
  • 1.0.0
    0

Package Sidebar

Install

npm i radix64

Weekly Downloads

9

Version

1.1.0

License

BSD

Last publish

Collaborators

  • maxired