Run = (…
input) =>void
Defined in: node_modules/trough/lib/index.d.ts:100
Call all middleware.
Calls done on completion with either an error or the output of the
last middleware.
👉 Note: as the length of input defines whether async functions get a
nextfunction, it’s recommended to keepinputat one value normally.
| Parameter | Type | 
|---|---|
| … input | any[] | 
void