mirror of
https://github.com/actions/stale.git
synced 2025-12-19 10:29:55 +00:00
remove lib and node_modules
This commit is contained in:
10
node_modules/isobject/index.js
generated
vendored
10
node_modules/isobject/index.js
generated
vendored
@@ -1,10 +0,0 @@
|
||||
/*!
|
||||
* 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