petergits
this is the first checkin, probably don't need the node modules.
a811242
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;