UNPKG

indexed-collection

Version:

A zero-dependency library of classes that make filtering, sorting and observing changes to arrays easier and more efficient.

2 lines (1 loc) 62 B
export type CollectionViewFilterFn<T> = (item: T) => boolean;