UNPKG

@hqtsm/crc

Version:

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

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