UNPKG
kotori-plugin-adapter-minecraft
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Adapter For Minecraft Bedrock Edition
kotori-plugin-adapter-minecraft
/
lib
/
index.d.ts
6 lines
(5 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
McAdapter
}
from
'./adapter'
;
export
*
from
'./adapter'
;
export
*
from
'./api'
;
export
*
from
'./elements'
;
export
default
McAdapter
;