UNPKG

blow-collection

Version:

Simple in memory collection with Rx / Observable interface.

7 lines (5 loc) 153 B
'use strict'; import {Collection} from './Collection'; export {Collection}; import {CollectionOptions} from './interfaces'; export {CollectionOptions};