indexed-collection
Version:
A zero-dependency library of classes that make filtering, sorting and observing changes to arrays easier and more efficient.
9 lines (8 loc) • 412 B
text/typescript
export * from './builders';
export { CollectionViewBase } from './collections/CollectionViewBase';
export { IndexedCollectionBase } from './collections/IndexedCollectionBase';
export { PrimaryKeyCollection } from './collections/PrimaryKeyCollection';
export * from './core';
export { CollectionIndex } from './indexes/CollectionIndex';
export { IndexBase } from './indexes/IndexBase';
export * from './signals';