agentscope-sift / node_modules /get-proto /Object.getPrototypeOf.d.ts
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/agentscope-sift
a5d718a verified
Raw
History Blame Contribute Delete
129 Bytes
declare function getProto<O extends object>(object: O): object | null;
declare const x: typeof getProto | null;
export = x;