Updated node_mobules from what huskey wants to do
This commit is contained in:
5
node_modules/es-abstract/helpers/isPrimitive.js
generated
vendored
5
node_modules/es-abstract/helpers/isPrimitive.js
generated
vendored
@@ -1,5 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function isPrimitive(value) {
|
||||
return value === null || (typeof value !== 'function' && typeof value !== 'object');
|
||||
};
|
||||
Reference in New Issue
Block a user