implement.js 183 B

123456
  1. 'use strict';
  2. if (!require('./is-implemented')()) {
  3. Object.defineProperty(Number, 'EPSILON', { value: require('./'),
  4. configurable: false, enumerable: false, writable: false });
  5. }