UNPKG
pre-fetch-plugin
Version:
latest (1.0.0)
1.0.0
A pre-fetch plugin for Vite and Webpack
pre-fetch-plugin
/
dist
/
core
/
utils.d.ts
4 lines
(3 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
import
{
OptionType
}
from
'./types'
;
export
declare
function
buildScript
(
):
Promise
<
string
>;
export
declare
function
injectScriptToHtml
(
html
:
string
,
options
:
OptionType
[]
):
Promise
<
string
>;