This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

base-encode
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Example

import {Encode} from 'Encode.class';
 
let enc = new Encode();
let coded:string = enc.encode(1234383299);
console.log(coded);
console.log(enc.decode(coded));

Package Sidebar

Install

npm i base-encode

Weekly Downloads

0

Version

1.0.9

License

ISC

Last publish

Collaborators

  • gtrabanco