aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/dunder-proto/get.d.ts
blob: c7e14d25e5a0bbe6c66d332c9dcdfb6f1dba9788 (plain)
1
2
3
4
5
declare function getDunderProto(target: {}): object | null;

declare const x: false | typeof getDunderProto;

export = x;