UNPKG

@hqtsm/crc

Version:

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

12 lines 220 B
/** * @module * * CRC-10/GSM */ import { type CrcInterface } from '../crc.js'; /** * CRC-10/GSM */ export declare const CRC_10_GSM: CrcInterface<number>; export default CRC_10_GSM; //# sourceMappingURL=gsm.d.ts.map