Collection
Collection<
T> =ArrayLike<T> |Iterable<T>
Defined in: src/collections/pick.ts:10
Everything the collection helpers accept.
Type Parameters
Section titled “Type Parameters”T
Collection<
T> =ArrayLike<T> |Iterable<T>
Defined in: src/collections/pick.ts:10
Everything the collection helpers accept.
T