UNPKG

@web/rollup-plugin-html

Version:
15 lines 577 B
export interface ExtractParams { html: string; htmlFilePath: string; rootDir: string; extractAssets: boolean; externalAssets?: string | string[]; absolutePathPrefix?: string; } export declare function extractModulesAndAssets(params: ExtractParams): { moduleImports: import("../../RollupPluginHTMLOptions.js").ScriptModuleTag[]; inlineModules: import("../../RollupPluginHTMLOptions.js").ScriptModuleTag[]; assets: import("../InputData.js").InputAsset[]; htmlWithoutModules: string; }; //# sourceMappingURL=extractModulesAndAssets.d.ts.map