@atomist/automation-client
Version:
Atomist API for software low-level client
9 lines • 398 B
TypeScript
import { CommandHandlerMetadata, EventHandlerMetadata } from "../../metadata/automationMetadata";
/**
* Extract metadata from a handler instance. We need an
* instance to pull the decorator data from
* @param h handler instance
* @return {any}
*/
export declare function metadataFromInstance(h: any): CommandHandlerMetadata | EventHandlerMetadata;
//# sourceMappingURL=metadataReading.d.ts.map