is-implemented.js 93 B

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