UNPKG

crc

Version:

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

4 lines (3 loc) 115 B
import { CRCCalculator } from '../types.js'; declare const crc16: CRCCalculator<Uint8Array>; export default crc16;