/** * 返回原生对象,即普通的JSON,不是类或实例 */ declare function isJSONObject(obj: any): obj is object; export { isJSONObject };