AK51's picture
Upload 1987 files
e472a78 verified
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;