Type Alias LimitFn<K, T>

LimitFn<K, T>: ((opt: LimitOption<K>, item: T, data: T[]) => boolean)

Type Parameters