UNPKG

crc

Version:

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

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