UNPKG
minecraftcommandsdk
Version:
latest (0.0.3)
0.0.22
0.0.21
0.0.3
0.0.2
0.0.1
A minecraft command sdk
github.com/brunnerlivio/minecraftcommandsdk
brunnerlivio/minecraftcommandsdk
minecraftcommandsdk
/
src
/
commands
/
index.ts
3 lines
(2 loc)
•
109 B
text/typescript
View Raw
1
2
3
import
{
SummonCommand
,
ISummonCommand
}
from
'./SummonCommand'
;
export
{
SummonCommand
,
ISummonCommand
};