UNPKG

cumsystem

Version:

simple command system and command handler

4 lines (3 loc) 145 B
export { Command } from './classes/Command'; export { SimpleCommand } from './classes/SimpleCommand'; export { System } from './classes/System';