is-implemented.js 95 Bytes
'use strict';

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