is-implemented.js 95 B

12345
  1. 'use strict';
  2. module.exports = function () {
  3. return (typeof Number.EPSILON === 'number');
  4. };