UNPKG

@aws-cdk-testing/cli-integ

Version:

Integration tests for the AWS CDK CLI

7 lines (6 loc) 165 B
/** * Return a memoized version of an function with 0 arguments. * * Async-safe. */ export declare function memoize0<A>(fn: () => Promise<A>): () => Promise<A>;