UNPKG

crc

Version:

Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the browser.

4 lines (3 loc) 147 B
import crc81wire from './calculators/crc81wire.js'; import defineCrc from './define_crc.js'; export default defineCrc('dallas-1-wire', crc81wire);