projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e3aee551a7053a6b055579f7e1ea4f9a0c6e12f0
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (value) {
4
return (typeof value === 'number') && isFinite(value);
5
};