mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-05-20 18:15:53 +00:00
build(deps): commit production deps
This commit is contained in:
parent
cb9470fc12
commit
e4492afca8
450 changed files with 123635 additions and 2 deletions
14
node_modules/isobject/index.cjs.js
generated
vendored
Normal file
14
node_modules/isobject/index.cjs.js
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
'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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue