Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/es6-map/
Upload File :
Current File : //etc/kibana/node_modules/es6-map/implement.js

'use strict';

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