UNPKG

crc

Version:

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

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