2 lines
161 B
TypeScript
Executable file
2 lines
161 B
TypeScript
Executable file
import type { GlobalScriptsByBundleName } from '.';
|
|
export declare function augmentIndexHtml(indexString: string, scripts: GlobalScriptsByBundleName[]): string;
|