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
/
rolldown.d.cts
8 lines
(5 loc)
•
216 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
Plugin
}
from
'rolldown'
;
import
{ c
as
PluginOptions
}
from
'./shared/unplugin-dts.PNIpryzr.cjs'
;
import
'typescript'
;
declare
const
_default
:
(
options
?:
PluginOptions
) =>
Plugin
<
any
>;
export
= _default;