fnv1a.d.ts 62 B

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