UNPKG

blow-collection

Version:

Simple in memory collection with Rx / Observable interface.

5 lines (4 loc) 146 B
import { Collection } from './Collection'; export { Collection }; import { CollectionOptions } from './interfaces'; export { CollectionOptions };