UNPKG

@marko/vite

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