UNPKG

pre-fetch-plugin

Version:

A pre-fetch plugin for Vite and Webpack

4 lines (3 loc) 195 B
import { OptionType } from './types'; export declare function buildScript(): Promise<string>; export declare function injectScriptToHtml(html: string, options: OptionType[]): Promise<string>;