UNPKG

@marko/vite

Version:
8 lines (7 loc) 275 B
import type { Node } from "domhandler"; export declare enum InjectType { AssetAttrs = 0, PublicPath = 1, Dedupe = 2 } export default function serialize(basePath: string, nodes: Node[], preload: string[], parts?: (string | InjectType)[]): (string | InjectType)[];