All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.readable-stream.writable.js Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
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
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy