Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
10
frontend/node_modules/is-arrayish/index.js
generated
vendored
10
frontend/node_modules/is-arrayish/index.js
generated
vendored
@@ -1,10 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function isArrayish(obj) {
|
||||
if (!obj) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return obj instanceof Array || Array.isArray(obj) ||
|
||||
(obj.length >= 0 && obj.splice instanceof Function);
|
||||
};
|
||||
Reference in New Issue
Block a user