mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-07 02:36:20 +08:00
Husky commit correct node modules
This commit is contained in:
10
node_modules/isobject/index.js
generated
vendored
Normal file
10
node_modules/isobject/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/*!
|
||||
* isobject <https://github.com/jonschlinkert/isobject>
|
||||
*
|
||||
* Copyright (c) 2014-2017, Jon Schlinkert.
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
export default function isObject(val) {
|
||||
return val != null && typeof val === 'object' && Array.isArray(val) === false;
|
||||
};
|
||||
Reference in New Issue
Block a user