Files
starface-outlook-sync-addin/node_modules/get-proto/index.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

6 lines
126 B
TypeScript

declare function getProto<O extends object>(object: O): object | null;
declare const x: typeof getProto | null;
export = x;