deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / utils / html.d.ts

نووسراو ببینە
1
2
3
4
5
6
7
export declare type HtmlEscaped = { isEscaped: true;};export declare type HtmlEscapedString = string & HtmlEscaped;export declare type StringBuffer = [string];export declare const escapeToBuffer: (str: string, buffer: StringBuffer) => void;
deno

Version Info

Tagged at
2 years ago