The value to send through the pipeline. This may be a promise.
An object with a .value method for getting a promise of the transformed value, and a .thru method for piping the value through another transformer.
Create a series of transformers to pipe a value through, where the value can be a promise and transformers can return promises.
Generated using TypeDoc
Pipe a value through a series of transformers, where the value can be a promise and transformers can return promises.