UNPKG

@alloc/html-bundle

Version:

Bundle your HTML assets with Esbuild and LightningCSS. Custom plugins, HMR platform, and more.

8 lines (7 loc) 300 B
import { ParentNode } from '@web/parse5-utils'; import { Config } from '../config.mjs'; export declare function parseHTML(html: string): ParentNode; export declare function buildHTML(file: string, config: Config, flags: { watch?: boolean; critical?: boolean; }): Promise<string | undefined>;