Sebebeb's picture
Upload 994 files
ea62c79 verified
Raw
History Blame Contribute Delete
144 Bytes
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;