aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/dunder-proto/set.d.ts
blob: 16bfdfe2bb855afb2772294bba83b0cb5a622ee3 (plain)
1
2
3
4
5
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;

declare const x: false | typeof setDunderProto;

export = x;