Files
Sockenklaus 0771297a46 more stuff
2025-07-08 17:21:03 +02:00

5 lines
121 B
TypeScript

declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;