UNPKG

crc

Version:

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

4 lines (3 loc) 128 B
import crc24 from './calculators/crc24.js'; import defineCrc from './define_crc.js'; export default defineCrc('crc-24', crc24);