Run

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 keep input at one value normally.

Parameters

ParameterType
inputany[]

Returns

void

Defined in

node_modules/trough/lib/index.d.ts:100