Edit File: is-implemented.js
"use strict"; module.exports = function () { return typeof Number.EPSILON === "number"; };
Back to File Manager