We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7eb32a commit 65e0218Copy full SHA for 65e0218
1 file changed
lib/hono/t.ts
@@ -49,8 +49,9 @@ export function t(
49
strings: TemplateStringsArray,
50
...values: LocalyzedStringValue[]
51
): string | HtmlEscapedString;
52
-export function t(lls: LazyLocalyzedString): string | HtmlEscapedString;
53
-export function t(raw: string): string | HtmlEscapedString;
+export function t(
+ string: string | LazyLocalyzedString,
54
+): string | HtmlEscapedString;
55
export function t(
56
string: TemplateStringsArray | LazyLocalyzedString | string,
57
0 commit comments