1
0
forked from dyf/APP
Files
APP/node_modules/es6-map/implement.js

8 lines
207 B
JavaScript
Raw Permalink Normal View History

2025-07-05 14:49:26 +08:00
'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(require('es5-ext/global'), 'Map',
{ value: require('./polyfill'), configurable: true, enumerable: false,
writable: true });
}