mirror of
https://github.com/actions/labeler.git
synced 2025-12-19 08:38:15 +00:00
build
This commit is contained in:
2
node_modules/es-abstract/helpers/isPrimitive.js
generated
vendored
2
node_modules/es-abstract/helpers/isPrimitive.js
generated
vendored
@@ -1,3 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function isPrimitive(value) {
|
||||
return value === null || (typeof value !== 'function' && typeof value !== 'object');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user