blob: c7e14d25e5a0bbe6c66d332c9dcdfb6f1dba9788 [file] [log] [blame]
declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;