This commit is contained in:
6
node_modules/licia/isPrimitive.js
generated
vendored
Normal file
6
node_modules/licia/isPrimitive.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
exports = function(val) {
|
||||
var type = typeof val;
|
||||
return val == null || (type !== 'function' && type !== 'object');
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user