UNPKG

@hqtsm/crc

Version:

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

12 lines 245 B
/** * @module * * CRC-32/BASE91-D */ import { type CrcInterface } from '../crc.js'; /** * CRC-32/BASE91-D */ export declare const CRC_32_BASE91_D: CrcInterface<number>; export default CRC_32_BASE91_D; //# sourceMappingURL=base91-d.d.ts.map