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) 123 B
import { CollectionNature } from './CollectionNature'; export interface ICollectionOption { nature: CollectionNature; }