3 lines
146 B
TypeScript
3 lines
146 B
TypeScript
export declare function getPrivate(instance: object): any;
|
|
export declare function setPrivate(instance: object, props: Record<string, any>): any;
|