We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83fd06 commit 99e182cCopy full SHA for 99e182c
index.d.ts
@@ -57,8 +57,8 @@ camelCase('foo_bar');
57
camelCase('Foo-Bar');
58
//=> 'fooBar'
59
60
-camelCase('розовый_пушистый_единороги');
61
-//=> 'розовыйПушистыйЕдинороги'
+camelCase('розовый_пушистый_единорог');
+//=> 'розовыйПушистыйЕдинорог'
62
63
camelCase('Foo-Bar', {pascalCase: true});
64
//=> 'FooBar'
readme.md
@@ -26,8 +26,8 @@ camelCase('foo_bar');
26
27
28
29
30
31
32
33
0 commit comments