UNPKG

@hqtsm/crc

Version:

CRC functions with a parameterized engine optimized for both speed and size

12 lines 219 B
/** * @module * * CRC-8/I-432-1 */ import { type CrcInterface } from '../crc.js'; /** * CRC-8/I-432-1 */ declare const _default: CrcInterface<number>; export default _default; //# sourceMappingURL=i-432-1.d.ts.map