UNPKG
@lvce-editor/command
Version:
latest (2.0.0)
2.0.0
1.2.0
1.1.0
1.0.0
Command module
@lvce-editor/command
/
dist
/
index.d.ts
4 lines
(2 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
export
const
execute
:
(
commandName
:
string
, ...
args
:
any
[]
) =>
Promise
<
any
>
export
const
register
:
(
commandMap
:
any
) =>
void