UNPKG

@hqtsm/crc

Version:

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

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