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 ba452c4 commit 197324fCopy full SHA for 197324f
test-d/pascal-case.ts
@@ -34,4 +34,3 @@ expectType<PascalCase<'fooBAR:biz', {splitOnPunctuation: true; preserveConsecuti
34
expectType<PascalCase<'foo-bar::01', {splitOnPunctuation: true}>>('FooBar01');
35
expectType<PascalCase<'foo-bar::01', {splitOnPunctuation: true; splitOnNumbers: false}>>('FooBar01');
36
expectType<PascalCase<'foo-bar::01', {splitOnPunctuation: true; splitOnNumbers: true}>>('FooBar01');
37
-
0 commit comments