UNPKG

@obsidize/rx-map

Version:

ES6 Map with rxjs extensions for change detection

9 lines (8 loc) 304 B
/** * Type marker on emitted MapStateChangeEvent instances. */ export var MapStateChangeEventType; (function (MapStateChangeEventType) { MapStateChangeEventType["SET"] = "SET"; MapStateChangeEventType["DELETE"] = "DELETE"; })(MapStateChangeEventType || (MapStateChangeEventType = {}));