Code coverage report for cjs/util/Map.js

Statements: 75% (3 / 4)      Branches: 50% (1 / 2)      Functions: 0% (0 / 1)      Lines: 100% (3 / 3)      Ignored: none     

All files » cjs/util/ » Map.js
1 2 3 41 1 1  
var root_1 = require('./root');
var MapPolyfill_1 = require('./MapPolyfill');
exports.Map = root_1.root.Map || (function () { return MapPolyfill_1.MapPolyfill; })();
//# sourceMappingURL=Map.js.map