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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i radix64

    Weekly Downloads

    9

    Version

    1.1.0

    License

    BSD

    Last publish

    Collaborators

    • maxired