CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
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