strHash.d.ts 66 B

1234
  1. declare function strHash(str: string): number;
  2. export = strHash;