Home Manual Reference Source Test Repository

es6/util/Map.js

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