UNPKG
@kotori-bot/kotori-plugin-adapter-sandbox
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Kotori modules test environment,a visual sandbox
@kotori-bot/kotori-plugin-adapter-sandbox
/
lib
/
index.d.ts
7 lines
(6 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
SandboxAdapter
}
from
'./adapter'
;
export
*
from
'./adapter'
;
export
*
from
'./api'
;
export
*
from
'./elements'
;
export
*
from
'./type'
;
export
default
SandboxAdapter
;