UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

7 lines (6 loc) 203 B
export interface ContextProviderPlugin { getValue(args: { [key: string]: any; }): Promise<any>; } export declare function isContextProviderPlugin(x: unknown): x is ContextProviderPlugin;