UNPKG

@hqtsm/crc

Version:

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

12 lines 220 B
/** * @module * * CRC-15/CAN */ import { type CrcInterface } from '../crc.js'; /** * CRC-15/CAN */ export declare const CRC_15_CAN: CrcInterface<number>; export default CRC_15_CAN; //# sourceMappingURL=can.d.ts.map