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()));

Readme

Keywords

none

Package Sidebar

Install

npm i radix64

Weekly Downloads

11

Version

1.1.0

License

BSD

Last publish

Collaborators

  • maxired