UNPKG

aws-cdk

Version:

AWS CDK CLI, the command line tool for CDK apps

7 lines (6 loc) 189 B
/** * Read a file if it exists, or return undefined * * Not async because it is used in the constructor */ export declare function readIfPossible(filename: string): string | undefined;