Skip to content

Commit ddf8fe8

Browse files
committed
Meta tweaks
1 parent 5a9ce4f commit ddf8fe8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ Type: `object`
6161

6262
##### exclude
6363

64-
Type: `Array<string | RegExp>`<br>
64+
Type: `Array<string | RegExp>`\
6565
Default: `[]`
6666

6767
Exclude keys from being camel-cased.
6868

6969
##### stopPaths
7070

71-
Type: `string[]`<br>
71+
Type: `string[]`\
7272
Default: `[]`
7373

7474
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({
103103

104104
##### deep
105105

106-
Type: `boolean`<br>
106+
Type: `boolean`\
107107
Default: `false`
108108

109109
Recurse nested objects and objects in arrays.
110110

111111
##### pascalCase
112112

113-
Type: `boolean`<br>
113+
Type: `boolean`\
114114
Default: `false`
115115

116116
Uppercase the first character as in `bye-bye``ByeBye`.

0 commit comments

Comments
 (0)