AK-21/Graphite-Industrial-Intelligence
0
1declare function getProto<O extends object>(object: O): object | null;2 3declare const x: typeof getProto | null;4 5export = x;6 1declare function getProto<O extends object>(object: O): object | null;2 3declare const x: typeof getProto | null;4 5export = x;6