wallet-core/node_modules/es6-map/implement.js
2017-08-14 05:02:09 +02:00

8 lines
207 B
JavaScript

'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(require('es5-ext/global'), 'Map',
{ value: require('./polyfill'), configurable: true, enumerable: false,
writable: true });
}