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