UNPKG

@knightly/vite

Version:

Native-ESM powered web dev build tool. It's fast.

3 lines (2 loc) 228 B
export declare function asyncReplace(input: string, re: RegExp, replacer: (match: RegExpExecArray) => string | Promise<string>): Promise<string>; export declare function injectScriptToHtml(html: string, script: string): string;