UNPKG

@hqtsm/crc

Version:

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

12 lines 216 B
/** * @module * * CRC-5/USB */ import { type CrcInterface } from '../crc.js'; /** * CRC-5/USB */ export declare const CRC_5_USB: CrcInterface<number>; export default CRC_5_USB; //# sourceMappingURL=usb.d.ts.map