aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
9 lines (8 loc) • 406 B
TypeScript
import { Messages } from './message';
export declare function findMessage(messages: Messages, constructPath: string, props?: any): {
[key: string]: {
[key: string]: any;
};
};
export declare function hasMessage(messages: Messages, constructPath: string, props: any): string | void;
export declare function hasNoMessage(messages: Messages, constructPath: string, props: any): string | void;