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 d8df5a1 commit ba452c4Copy full SHA for ba452c4
test-d/kebab-case.ts
@@ -118,4 +118,3 @@ expectType<'foo-bar::-01'>(withPunctuationAndNumberSplit2);
118
119
declare const withPunctuationSplitAndNumberSplit2: KebabCase<'foo-bar::01', {splitOnNumbers: true; splitOnPunctuation: true}>;
120
expectType<'foo-bar-01'>(withPunctuationSplitAndNumberSplit2);
121
-
0 commit comments