UNPKG

blow-collection

Version:

Simple in memory collection with Rx / Observable interface.

5 lines (4 loc) 100 B
export interface CollectionOptions { idKey?: string; idGenerator?: () => string | number; }