fnv1a.d.ts 62 B

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