Run: (…
input
) =>void
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
next
function, it’s recommended to keepinput
at one value normally.
Parameter | Type |
---|---|
…input | any [] |
void
node_modules/trough/lib/index.d.ts:100