crc32.d.ts 94 B

123
  1. declare function crc32(input: string | number[], previous?: number): number;
  2. export = crc32;