HarshvardhanCn01/Voice-Assistant
0
1declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;2 3declare const x: false | typeof setDunderProto;4 5export = x;1declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;2 3declare const x: false | typeof setDunderProto;4 5export = x;