First Commit
This commit is contained in:
commit
601e886c14
2123 files changed
+334815
No files matched your search
+5
@@ -0,0 +1,5 @@
|
||||
'use strict';
|
||||
module.exports = function (x) {
|
||||
var type = typeof x;
|
||||
return x !== null && (type === 'object' || type === 'function');
|
||||
};
|
||||
Reference in new issue
Block a user