UNPKG

@difizen/mana-core

Version:

5 lines 294 B
import { ManaModule } from "../module"; import { CommandRegistry, CommandContribution } from "./command-registry"; export * from "./command-registry"; export * from "./command-protocol"; export var CommandModule = ManaModule.create().contribution(CommandContribution).register(CommandRegistry);