UNPKG

@hqtsm/crc

Version:

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

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