getProto.d.ts 62 B

123
  1. declare function getProto(obj: any): any;
  2. export = getProto;