UNPKG
unplugin-unused
Version:
latest (0.5.7)
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
Check unused dependencies.
github.com/unplugin/unplugin-unused
unplugin/unplugin-unused
unplugin-unused
/
dist
/
index.d.mts
7 lines
(6 loc)
•
267 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ n
as
Options
, t
as
DepKind
}
from
"./options-DC5dXKG8.mjs"
;
import
{
UnpluginInstance
}
from
"unplugin"
;
//#region src/index.d.ts
declare
const
Unused
:
UnpluginInstance
<
Options
|
undefined
,
false
>;
//#endregion
export
{
type
DepKind
,
type
Options
,
Unused
};