node_modules: update
This commit is contained in:
parent
c4ea5b96e9
commit
7c68f31a28
30 changed files with 673 additions and 856 deletions
4
node_modules/camelcase-keys/index.js
generated
vendored
4
node_modules/camelcase-keys/index.js
generated
vendored
|
|
@ -23,6 +23,10 @@ const isObject = value =>
|
|||
!(value instanceof Date);
|
||||
|
||||
const camelCaseConvert = (input, options) => {
|
||||
if (!isObject(input)) {
|
||||
return input;
|
||||
}
|
||||
|
||||
options = {
|
||||
deep: false,
|
||||
pascalCase: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue