UNPKG

@hqtsm/crc

Version:

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

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