hashids-ts
v1.0.2
Published
Just a ts fork from https://github.com/niieani/hashids.js
Downloads
25
Readme
Just a ts fork from https://github.com/niieani/hashids.js
How to use
import { Hashids } from 'ts-hashids';
const hashids = new Hashids();
console.log(hashids.encode(1));