4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
declare function crc8(input: string | number[], previous?: number): number;
|
|
|
|
export = crc8;
|