Your IP : 18.226.165.234


Current Path : /opt/alt/alt-nodejs9/root/lib/node_modules/npm/node_modules.bundled/readable-stream/
Upload File :
Current File : //opt/alt/alt-nodejs9/root/lib/node_modules/npm/node_modules.bundled/readable-stream/writable.js

var Stream = require("stream")
var Writable = require("./lib/_stream_writable.js")

if (process.env.READABLE_STREAM === 'disable') {
  module.exports = Stream && Stream.Writable || Writable
} else {
  module.exports = Writable
}

?>