UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

1 lines 118 B
import{fnv1a52base36 as t}from"fnv1a52";function n(n){return t(n)+n.length.toString(36)}export{n as simpleStringHash};