UNPKG
@exezt-/webamp-custom
Version:
latest (0.0.2-next-d2fcbc6)
0.0.2-next-d2fcbc6
0.0.1-next-d2fcbc6
Winamp 2 implemented in HTML5 and JavaScript
@exezt-/webamp-custom
/
built
/
types
/
scripts
/
rollupPlugins.d.mts
9 lines
(8 loc)
•
239 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
function
getPlugins
(
{ minify, outputFile, vite }: { minify:
any
; outputFile:
any
; vite:
any
; }
): (
import
(
"rollup"
).
Plugin
<
any
> | {
name
:
string
;
resolveId
(
source
:
any
,
importer
:
any
):
string
|
null
; } |
null
)[];