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