Type Alias SeqFunctions<T>

SeqFunctions<T>: SeqFn<T>[] | [SeqFn<T>[]]

Functions to call sequentially. Either an array of functions or a list of functions.

Type Parameters

  • T

seq