is-nan.js 88 B

1234
  1. 'use strict';
  2. var parent = require('../../es/number/is-nan');
  3. module.exports = parent;