Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 331B

1234567891011121314
  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. 'use strict';
  9. module.exports = {
  10. CRC32Stream: require('./crc32-stream'),
  11. DeflateCRC32Stream: require('./deflate-crc32-stream')
  12. }