# jsonClone
```ts
/**
 * 是否是可遍历对象
 * @category Object
 */
export declare const jsonClone: <K>(val: K) => K;

```
