mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-05-18 17: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
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;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue