Just a ts fork from https://github.com/niieani/hashids.js
npm install hashids-tsJust a ts fork from https://github.com/niieani/hashids.js
``typescript
import { Hashids } from 'ts-hashids';
const hashids = new Hashids();
console.log(hashids.encode(1));
``