Skip to content

Commit ba452c4

Browse files
authored
Update kebab-case.ts
1 parent d8df5a1 commit ba452c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-d/kebab-case.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,3 @@ expectType<'foo-bar::-01'>(withPunctuationAndNumberSplit2);
118118

119119
declare const withPunctuationSplitAndNumberSplit2: KebabCase<'foo-bar::01', {splitOnNumbers: true; splitOnPunctuation: true}>;
120120
expectType<'foo-bar-01'>(withPunctuationSplitAndNumberSplit2);
121-

0 commit comments

Comments
 (0)