mirror of
https://github.com/actions/labeler
synced 2026-05-08 05:01:01 +02:00
build
This commit is contained in:
4
node_modules/isobject/index.js
generated
vendored
4
node_modules/isobject/index.js
generated
vendored
@@ -5,6 +5,8 @@
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
export default function isObject(val) {
|
||||
'use strict';
|
||||
|
||||
module.exports = function isObject(val) {
|
||||
return val != null && typeof val === 'object' && Array.isArray(val) === false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user