UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

10 lines 632 B
import { Configuration } from "./configuration"; import { HandleCommand } from "./HandleCommand"; import { HandleEvent } from "./HandleEvent"; import { Maker } from "./util/constructionUtils"; export declare function registerCommand(command: any): void; export declare function registerEvent(event: any): void; export declare function scanCommands(patterns?: string | string[]): Array<Maker<HandleCommand>>; export declare function scanEvents(patterns?: string | string[]): Array<Maker<HandleEvent<any>>>; export declare function enableDefaultScanning(configuration: Configuration): Configuration; //# sourceMappingURL=scan.d.ts.map