KC's Workspace
    Preparing search index...

    Type Alias IndexHtmlTransformHook

    IndexHtmlTransformHook: (
        this: MinimalPluginContextWithoutEnvironment,
        html: string,
        ctx: IndexHtmlTransformContext,
    ) =>
        | IndexHtmlTransformResult
        | void
        | Promise<IndexHtmlTransformResult | void>

    Type Declaration