You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,14 +61,14 @@ Type: `object`
61
61
62
62
##### exclude
63
63
64
-
Type: `Array<string | RegExp>`<br>
64
+
Type: `Array<string | RegExp>`\
65
65
Default: `[]`
66
66
67
67
Exclude keys from being camel-cased.
68
68
69
69
##### stopPaths
70
70
71
-
Type: `string[]`<br>
71
+
Type: `string[]`\
72
72
Default: `[]`
73
73
74
74
Exclude children at the given object paths in dot-notation from being camel-cased. For example, with an object like `{a: {b: '🦄'}}`, the object path to reach the unicorn is `'a.b'`.
@@ -103,14 +103,14 @@ camelcaseKeys({
103
103
104
104
##### deep
105
105
106
-
Type: `boolean`<br>
106
+
Type: `boolean`\
107
107
Default: `false`
108
108
109
109
Recurse nested objects and objects in arrays.
110
110
111
111
##### pascalCase
112
112
113
-
Type: `boolean`<br>
113
+
Type: `boolean`\
114
114
Default: `false`
115
115
116
116
Uppercase the first character as in `bye-bye` → `ByeBye`.
0 commit comments