UNPKG

crc

Version:

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

4 lines (3 loc) 148 B
import crc32mpeg2 from './calculators/crc32mpeg2.js'; import defineCrc from './define_crc.js'; export default defineCrc('crc-32-mpeg', crc32mpeg2);