aboutsummaryrefslogtreecommitdiff
path: root/node_modules/crc32-stream/lib/index.js
blob: 31187e38ea30195b662b9f694b53e9a7c2d7b5fe (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * node-crc32-stream
 *
 * Copyright (c) 2014 Chris Talkington, contributors.
 * Licensed under the MIT license.
 * https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT
 */
exports = module.exports = require('./crc32-stream');
exports.CRC32Stream = exports;
exports.DeflateCRC32Stream = require('./deflate-crc32-stream');