summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/number/epsilon/is-implemented.js
blob: 141f5d2f24a5125e18ab359348779fc261bc3887 (plain)
1
2
3
4
5
'use strict';

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