UNPKG

indexed-collection

Version:

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

6 lines (4 loc) 128 B
import { type CollectionNature } from './CollectionNature'; export interface ICollectionOption { nature: CollectionNature; }