added whole system from ola4doc
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var map = { function: true, object: true };
|
||||
|
||||
module.exports = function (x) {
|
||||
return ((x != null) && map[typeof x]) || false;
|
||||
};
|
||||
Reference in New Issue
Block a user