UNPKG

@hqtsm/crc

Version:

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

12 lines 226 B
/** * @module * * CRC-6/G-704 */ import { type CrcInterface } from '../crc.js'; /** * CRC-6/G-704 */ export declare const CRC_6_G_704: CrcInterface<number>; export default CRC_6_G_704; //# sourceMappingURL=g-704.d.ts.map