智慧水务管理系统 - 精河县供水工程综合管理平台

index.d.ts 126B

12345
  1. declare function getProto<O extends object>(object: O): object | null;
  2. declare const x: typeof getProto | null;
  3. export = x;