UNPKG
unplugin-info
Version:
latest (1.3.2)
1.3.2
1.3.1
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2-beta.1
0.4.2-beta.0
Export build information as virutal module
yjl9903.github.io/unplugin-info/
yjl9903/unplugin-info
unplugin-info
/
dist
/
webpack.d.cts
6 lines
(5 loc)
•
229 B
text/typescript
View Raw
1
2
3
4
5
6
import
{ t
as
Options
}
from
"./types-D06-cUms.cjs"
;
import
*
as
_$webpack
from
"webpack"
;
//#region src/webpack.d.ts
declare
const
_default
:
(
options
?:
Options
|
undefined
) =>
_$webpack.
WebpackPluginInstance
;
export
= _default;