GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

CommandLoadCreator

API/Type Aliases/CommandLoadCreator
seyfert/lib/commands/handler.d.ts

Signature

export type CommandLoadCreator = <T extends HandleableCommand>(constructor: T, next: () => InstanceType<T>) => InstanceType<T>;

Members

This export does not declare public properties or methods in the generated declaration file.