/** * 检查一个对象是否存在循环引用 */ declare function hasCircularRef(obj: object): boolean; export { hasCircularRef };