UNPKG

indexed-collection

Version:

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

8 lines (7 loc) 431 B
export { CollectionAddSignal } from './CollectionAddSignal'; export { CollectionChangeSignal } from './CollectionChangeSignal'; export { CollectionRemoveSignal } from './CollectionRemoveSignal'; export { CollectionUpdateSignal } from './CollectionUpdateSignal'; export { type SignalHandler } from './ISignalObserver'; export { type Signal, type SignalType } from './Signal'; export { type SignalObserver } from './SignalObserver';