summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/number/is-nan/shim.js
blob: 425723e74b07b95db4df8853e3953256a9efc489 (plain)
1
2
3
4
5
6
7
'use strict';

module.exports = function (t, a) {
	a(t(2), false, "Number");
	a(t({}), false, "Not numeric");
	a(t(NaN), true, "NaN");
};