UNPKG

@hqtsm/crc

Version:

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

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