UNPKG
@magikcraft/commando
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Add commands to Minecraft
www.magikcraft.io
Magikcraft/commando
@magikcraft/commando
/
index.d.ts
5 lines
(4 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="@scriptcraft/types" />
declare
const
commando
:
CommandoFn
;
export
default
commando;
declare
type
CommandoFn
=
(
command
:
string
,
callback
: (player: BukkitPlayer, args:
string
[]) =>
void
) =>
void
;