• File: index.js
  • Full Path: /var/www/nodejs/Notifications_Imali_API/node_modules/is-nan/test/index.js
  • Date Modified: 10/26/1985 3:15 PM
  • File size: 192 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';

var numberIsNaN = require('../');
var test = require('tape');
var runTests = require('./tests');

test('as a function', function (t) {
	runTests(numberIsNaN, t);

	t.end();
});