UNPKG

632 BTypeScriptView Raw
1import { Configuration } from "./configuration";
2import { HandleCommand } from "./HandleCommand";
3import { HandleEvent } from "./HandleEvent";
4import { Maker } from "./util/constructionUtils";
5export declare function registerCommand(command: any): void;
6export declare function registerEvent(event: any): void;
7export declare function scanCommands(patterns?: string | string[]): Array<Maker<HandleCommand>>;
8export declare function scanEvents(patterns?: string | string[]): Array<Maker<HandleEvent<any>>>;
9export declare function enableDefaultScanning(configuration: Configuration): Configuration;
10//# sourceMappingURL=scan.d.ts.map
\No newline at end of file