projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
126c1cce84d915c0984a7a96724cc919c3b7829c
[platform/framework/web/crosswalk-tizen.git]
/
1
var isKind = require('./isKind');
2
/**
3
*/
4
function isNumber(val) {
5
return isKind(val, 'Number');
6
}
7
module.exports = isNumber;
8