UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

4 lines 273 B
import type { Hono } from '#dep/hono/index'; export type HtmlTransformer = (html: string, ctx: Hono.Context) => Promise<string> | string; export declare const createHtmlTransformer: (value: HtmlTransformer) => HtmlTransformer; //# sourceMappingURL=html-transformer.d.ts.map