/
opt
/
canhelp
/
node_modules
/
hono
/
dist
/
types
/
helper
/
html
/
/opt/canhelp/node_modules/hono/dist/types/helper/html
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
291
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/hono/dist/types/helper/html/index.d.ts
(291B)
/** * @module * html Helper for Hono. */ import { raw } from '../../utils/html'; import type { HtmlEscapedString } from '../../utils/html'; export { raw }; export declare const html: (strings: TemplateStringsArray, ...values: unknown[]) => HtmlEscapedString | Promise<HtmlEscapedString>;
Save
cmd:
run