UNPKG

@hqtsm/crc

Version:

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

12 lines 230 B
/** * @module * * CRC-24/LTE-B */ import { type CrcInterface } from '../crc.js'; /** * CRC-24/LTE-B */ export declare const CRC_24_LTE_B: CrcInterface<number>; export default CRC_24_LTE_B; //# sourceMappingURL=lte-b.d.ts.map