UNPKG

398 BTypeScriptView Raw
1import { CommandHandlerMetadata, EventHandlerMetadata } from "../../metadata/automationMetadata";
2/**
3 * Extract metadata from a handler instance. We need an
4 * instance to pull the decorator data from
5 * @param h handler instance
6 * @return {any}
7 */
8export declare function metadataFromInstance(h: any): CommandHandlerMetadata | EventHandlerMetadata;
9//# sourceMappingURL=metadataReading.d.ts.map
\No newline at end of file