mirror of
https://github.com/actions/labeler
synced 2026-09-25 15:11:47 +02:00
build
This commit is contained in:
+2
@@ -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