Files
2026-05-06 18:55:16 -05:00

5 lines
197 B
TypeScript

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