Skip to content

Type Alias: CommandsMap

ts
type 
CommandsMap
=
Map
<string,
Command
>;

Defined in: packages/core/src/types/command.ts:41

Released under the MIT license