crc8.d.ts 92 B

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