UNPKG
@alicloud/console-toolkit-plugin-unit-jest
Version:
latest (1.2.55)
next (1.0.14-alpha.0)
1.2.55
1.2.54
1.2.49
1.2.30
1.2.22
1.2.21
1.2.20
1.1.3
1.1.0
1.0.16
1.0.14
1.0.14-alpha.0
1.0.1
1.0.0-rc.7
1.0.0-rc.5
console toolkit plugin for jest
@alicloud/console-toolkit-plugin-unit-jest
/
lib
/
index.d.ts
4 lines
(3 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
import
{
PluginAPI
,
PluginOptions
}
from
'@alicloud/console-toolkit-core'
;
declare
const
_default
:
(
api
:
PluginAPI
,
opts
:
PluginOptions
) =>
Promise
<
void
>;
export
default
_default;