index.js 331 Bytes
Newer Older
bovornsiriampairat committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
/**
 * 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
 */

'use strict';

module.exports = {
  CRC32Stream: require('./crc32-stream'),
  DeflateCRC32Stream: require('./deflate-crc32-stream')
}