mirror of
https://github.com/actions/labeler.git
synced 2025-12-17 15:46:44 +00: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