UNPKG

6bithash

Version:

**Hash function package** for hashing id's ( in positive integer ) to an alphanumeric short string using a 6 bit map ( User can also prvide thier own Custom 6 bit map )

8 lines (6 loc) 123 B
// tsup.config.ts export default { entry: ['src/index.ts'], format: ['cjs', 'esm'], dts: true, };