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

isObject.d.ts 104B

123
  1. declare function isObject<T>(x: T): x is T & object & Record<PropertyKey, unknown>;
  2. export = isObject;