CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.d.ts6 linesDownload Raw Back to get-proto
1declare function getProto<O extends object>(object: O): object | null;2 3declare const x: typeof getProto | null;4 5export = x;6