UNPKG
@jss-rule-engine/chat
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
@jss-rule-engine/chat
/
dist
/
src
/
registerChatCommands.d.ts
3 lines
(2 loc)
•
146 B
TypeScript
View Raw
1
2
3
import
{
ChatActionFactory
}
from
"./client/chatActionFactory"
;
export
declare
function
registerChatCommands
(
factory: ChatActionFactory
):
void
;