UNPKG

@web/rollup-plugin-html

Version:
12 lines 412 B
import { Document } from 'parse5'; import { InputAsset } from '../InputData.js'; export interface ExtractAssetsParams { document: Document; htmlFilePath: string; htmlDir: string; rootDir: string; externalAssets?: string | string[]; absolutePathPrefix?: string; } export declare function extractAssets(params: ExtractAssetsParams): InputAsset[]; //# sourceMappingURL=extractAssets.d.ts.map