UNPKG
unplugin-dts
Version:
beta (1.0.0-beta.0)
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.0.0
<h1 align="center">unplugin-dts</h1>
github.com/qmhc/unplugin-dts
qmhc/unplugin-dts
unplugin-dts
/
dist
/
webpack.d.mts
8 lines
(5 loc)
•
260 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
*
as
webpack
from
'webpack'
;
import
{ c
as
PluginOptions
}
from
'./shared/unplugin-dts.PNIpryzr.mjs'
;
import
'typescript'
;
declare
const
_default
:
(
options
?:
PluginOptions
|
undefined
) =>
webpack.
WebpackPluginInstance
;
export
{ _default
as
default
};