mirror of
https://github.com/actions/labeler
synced 2026-05-10 08:11:02 +02: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