mirror of
https://github.com/actions/stale.git
synced 2025-12-17 17:17:13 +00:00
remove lib and node_modules
This commit is contained in:
14
node_modules/isobject/index.cjs.js
generated
vendored
14
node_modules/isobject/index.cjs.js
generated
vendored
@@ -1,14 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
/*!
|
||||
* isobject <https://github.com/jonschlinkert/isobject>
|
||||
*
|
||||
* Copyright (c) 2014-2017, Jon Schlinkert.
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
function isObject(val) {
|
||||
return val != null && typeof val === 'object' && Array.isArray(val) === false;
|
||||
}
|
||||
|
||||
module.exports = isObject;
|
||||
Reference in New Issue
Block a user