UNPKG

@hqtsm/crc

Version:

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

12 lines 240 B
/** * @module * * CRC-11/FLEXRAY */ import { type CrcInterface } from '../crc.js'; /** * CRC-11/FLEXRAY */ export declare const CRC_11_FLEXRAY: CrcInterface<number>; export default CRC_11_FLEXRAY; //# sourceMappingURL=flexray.d.ts.map