Recursive Object.assign(), but won't assign read-only properties.
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
ES2015 `Object.assign()` ponyfill
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
Generic interruptible "parser" mixin for Transform & Writable streams
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
Like duplexer but using streams3
Creates a duplex stream
The lodash method `_.assign` exported as a module.
Deeply assign the values of all enumerable-own-properties and symbols from one or more source objects to a target object. Returns the target object.
A Writable stream that flushes before emitting finish
A better Object.defineProperty()
Modern version of `duplexer2`
wrap a readable/writable stream to be read-only
Open Node Streams on demand.
TypeScript definitions for duplexify
Replace Object.assign with an inline helper
Pipe node.js streams safely with Promises
Apply custom attributes to vinyl files
Replace Object.assign with an inline helper
TypeScript definitions for concat-stream
Forward a readable stream to another readable stream or a writable stream to another writable stream
Modern stream composer
Promise that shares Node.js Stream interface