techprotrade's picture
Add scripts directory (part 7)
3a48f10 verified
Raw
History Blame Contribute Delete
121 Bytes
declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;