crc1.d.ts 92 B

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