UNPKG

wexen

Version:
4 lines (3 loc) 195 B
import { HttpResponse } from '../../../index.ts'; export type HtmlResponse = HttpResponse & {}; export declare function newHtmlResponse(html: string | Buffer, statusCode?: number): HtmlResponse;