File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/stream-shift

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

README.md480 B · 26 lines
# stream-shift Returns the next buffer/object in a stream's readable queue ```npm install stream-shift``` [![build status](http://img.shields.io/travis/mafintosh/stream-shift.svg?style=flat)](http://travis-ci.org/mafintosh/stream-shift) ## Usage ``` jsvar shift = require('stream-shift') console.log(shift(someStream)) // first item in its buffer``` ## Credit Thanks [@dignifiedquire](https://github.com/dignifiedquire) for making this work on node 6 ## License MIT