Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
7
node_modules/gulp-cli/lib/shared/is-object.js
generated
vendored
Normal file
7
node_modules/gulp-cli/lib/shared/is-object.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
function isObject(v) {
|
||||
return (v != null && typeof v === 'object' && !Array.isArray(v));
|
||||
}
|
||||
|
||||
module.exports = isObject;
|
||||
Reference in New Issue
Block a user