UNPKG

@hqtsm/crc

Version:

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

12 lines 225 B
/** * @module * * CRC-24/OS-9 */ import { type CrcInterface } from '../crc.js'; /** * CRC-24/OS-9 */ export declare const CRC_24_OS_9: CrcInterface<number>; export default CRC_24_OS_9; //# sourceMappingURL=os-9.d.ts.map