remiD45's picture
push chat
8990a66
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;