Type Alias SeqFunctions<T>

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

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

Type Parameters

  • T

seq