implement.js 192 Bytes
'use strict';

if (!require('./is-implemented')()) {
	Object.defineProperty(Number, 'MIN_SAFE_INTEGER', { value: require('./'),
		configurable: false, enumerable: false, writable: false });
}