diff options
Diffstat (limited to 'cli/bench/testdata/npm/hono/dist/middleware/html/index.d.ts')
-rw-r--r-- | cli/bench/testdata/npm/hono/dist/middleware/html/index.d.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/bench/testdata/npm/hono/dist/middleware/html/index.d.ts b/cli/bench/testdata/npm/hono/dist/middleware/html/index.d.ts new file mode 100644 index 000000000..976a7d1db --- /dev/null +++ b/cli/bench/testdata/npm/hono/dist/middleware/html/index.d.ts @@ -0,0 +1,3 @@ +import type { HtmlEscapedString } from '../../utils/html'; +export declare const raw: (value: any) => HtmlEscapedString; +export declare const html: (strings: TemplateStringsArray, ...values: any[]) => HtmlEscapedString; |