UNPKG

@zodash/shorturl

Version:

Create short url from long url by Node Murmurhash

3 lines (2 loc) 99 B
export declare function shorturl(longurl: string, seed?: number): string; export default shorturl;