Files
oneclickvirt.github.io/node_modules/@algolia/autocomplete-shared/dist/esm/decycle.d.ts
spiritlhl 6f5966067d Update
2023-06-20 00:59:07 +00:00

6 lines
199 B
TypeScript

/**
* Decycles objects with circular references.
* This is used to print cyclic structures in development environment only.
*/
export declare function decycle(obj: any, seen?: Set<unknown>): any;