UNPKG

crc

Version:

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

4 lines (2 loc) 64 B
'use strict'; module.exports = require('./es6/crc24').default;