UNPKG

@hqtsm/crc

Version:

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

12 lines 290 B
/** * @module * * CRC-16/ISO-IEC-14443-3-A */ import { type CrcInterface } from '../crc.js'; /** * CRC-16/ISO-IEC-14443-3-A */ export declare const CRC_16_ISO_IEC_14443_3_A: CrcInterface<number>; export default CRC_16_ISO_IEC_14443_3_A; //# sourceMappingURL=iso-iec-14443-3-a.d.ts.map