projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a86facf187a86f634d6d2b4cbd66dd19ead75092
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var map = { function: true, object: true };
4
5
module.exports = function (x) {
6
return ((x != null) && map[typeof x]) || false;
7
};