UNPKG

cdk-nextjs-standalone

Version:

Deploy a NextJS app to AWS using CDK and OpenNext.

5 lines (4 loc) 111 B
/** * List files in directory, recursively. */ export declare function listDirectory(dir: string): string[];