UNPKG

331 BJavaScriptView Raw
1/**
2 * node-crc32-stream
3 *
4 * Copyright (c) 2014 Chris Talkington, contributors.
5 * Licensed under the MIT license.
6 * https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT
7 */
8
9'use strict';
10
11module.exports = {
12 CRC32Stream: require('./crc32-stream'),
13 DeflateCRC32Stream: require('./deflate-crc32-stream')
14}