UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

5 lines (4 loc) 197 B
/** * Make a property from the specified prototype enumerable on the specific instance. */ export declare function makeEnumerable(prototype: object, instance: object, propertyKey: string): void;