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.

Type declaration

    • (...input): void
    • Parameters

      • Rest ...input: any[]

      Returns void