UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 177 B
import { root } from './root'; import { MapPolyfill } from './MapPolyfill'; export var Map = root.Map || (function () { return MapPolyfill; })(); //# sourceMappingURL=Map.js.map