aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/number/epsilon/is-implemented.js
blob: 1cfbded214ba6def6a7f480c65f8d3746f0d16d3 (plain)
1
2
3
4
5
"use strict";

module.exports = function () {
	return typeof Number.EPSILON === "number";
};