strHash.d.ts 66 B

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