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