CoolFace
Apppublic

HarshvardhanCn01/Voice-Assistant

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
set.d.ts5 linesDownload Raw Back to dunder-proto
1declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;2 3declare const x: false | typeof setDunderProto;4 5export = x;