UNPKG
@pact-toolbox/unplugin
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
github.com/kadena-community/pact-toolbox
kadena-community/pact-toolbox
@pact-toolbox/unplugin
/
dist
/
rollup.d.cts
8 lines
(7 loc)
•
280 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
PluginOptions
}
from
"./types-DNoqi4ZG.cjs"
;
import
{
Plugin
}
from
"rollup"
;
//#region src/rollup.d.ts
declare
const
unplugin
:
(
options
?:
PluginOptions
|
undefined
) =>
Plugin
|
Plugin
[];
//#endregion
export
{ unplugin
as
default
};
//# sourceMappingURL=rollup.d.cts.map