Type Alias ResolveModulePreloadDependenciesFn
ResolveModulePreloadDependenciesFn: (
filename: string,
deps: string[],
context: { hostId: string; hostType: "html" | "js" },
) => string[]
Type Declaration
- (
filename: string,
deps: string[],
context: { hostId: string; hostType: "html" | "js" },
): string[] Parameters
- filename: string
- deps: string[]
- context: { hostId: string; hostType: "html" | "js" }
Returns string[]