UNPKG

@hqtsm/crc

Version:

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

12 lines 241 B
/** * @module * * CRC-5/EPC-C1G2 */ import { type CrcInterface } from '../crc.js'; /** * CRC-5/EPC-C1G2 */ export declare const CRC_5_EPC_C1G2: CrcInterface<number>; export default CRC_5_EPC_C1G2; //# sourceMappingURL=epc-c1g2.d.ts.map