createResponseAcc
createResponseAcc():
any
Defined in: utils/compose-with.js:54
Creates a null-prototype response accumulator.
The returned object has a non-enumerable isResponseAcc flag used by the pipeline
to distinguish it from the domain accumulator in the argument list.
Returns
Section titled “Returns”any
- Null-prototype object with
isResponseAcc: true