UNPKG

@hqtsm/crc

Version:

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

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