UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

5 lines 202 B
import { Buffer } from 'buffer'; type calcFn = (buf: Buffer | number[], previous: number) => number; declare const crc16ccitt: calcFn; export default crc16ccitt; //# sourceMappingURL=crc16ccitt.d.ts.map