UNPKG

@hqtsm/crc

Version:

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

12 lines 230 B
/** * @module * * CRC-64/REDIS */ import { type CrcInterface } from '../crc.js'; /** * CRC-64/REDIS */ export declare const CRC_64_REDIS: CrcInterface<bigint>; export default CRC_64_REDIS; //# sourceMappingURL=redis.d.ts.map