Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/es5-ext/number/epsilon/implement.js

"use strict";

if (!require("./is-implemented")()) {
	Object.defineProperty(Number, "EPSILON", {
		value: require("./"),
		configurable: false,
		enumerable: false,
		writable: false
	});
}
Back to Directory File Manager