Code coverage report for src/util/Map.ts

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

All files » src/util/ » Map.ts
1 2 3 41 1   1
import {root} from './root';
import {MapPolyfill} from './MapPolyfill';
 
export const Map = root.Map || (() => MapPolyfill)();