GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
root
/
vmk-demo-bot
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
vmk-demo-bot
/
frontend
/
node_modules
/
number-is-nan
/ index.js
eugene-sukhodolskiy
17 days ago
82 bytes
init
Raw
Blame
History
'use strict'; module.exports = Number.isNaN || function (x) { return x !== x; };