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/number/is-nan/index.js
blob: 3b2c4ca6bd902aae2343769e7db9fccd07ac8af2 (plain)
1
2
3
4
5
'use strict';

module.exports = require('./is-implemented')()
	? Number.isNaN
	: require('./shim');