is-implemented.js 92 B

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