UNPKG
esinstall
Version:
latest (1.1.7)
next (1.1.0-pre.3)
2.12.2-pre.1
2.12.2-pre.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.1.0-pre.3
1.1.0-pre.2
1.1.0-pre.1
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-pre.1
1.0.0-pre.0
0.5.2
0.5.1
0.5.0
0.4.0
0.4.0-pre.2
0.4.0-pre.1
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.3-pre.0
0.3.2
0.3.1
0.3.0
0.2.1-pre.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
0.0.0
Convert packages to ESM.
github.com/snowpackjs/snowpack/tree/main/esinstall
snowpackjs/snowpack
esinstall
/
lib
/
rollup-plugins
/
rollup-plugin-catch-fetch.d.ts
3 lines
(2 loc)
•
91 B
TypeScript
View Raw
1
2
3
import
{
Plugin
}
from
'rollup'
;
export
declare
function
rollupPluginCatchFetch
(
):
Plugin
;