Front end of the Slack clone application.

index.js 353B

12345678910
  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. exports = module.exports = require('./crc32-stream');
  9. exports.CRC32Stream = exports;
  10. exports.DeflateCRC32Stream = require('./deflate-crc32-stream');