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 6d1b289 commit 63c3fb5Copy full SHA for 63c3fb5
1 file changed
type-tests/the-tests.ts
@@ -15,7 +15,7 @@ dasherize();
15
// @ts-expect-error
16
dasherize('', '');
17
18
-expectTypeOf(dasherize('blue man group')).toBeString()
+expectTypeOf(dasherize('blue man group')).toBeString();
19
20
21
camelize();
0 commit comments