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