Files
est-frame/node_modules/@algolia/autocomplete-shared/dist/esm/decycle.d.ts
2025-10-22 05:38:27 +00:00

6 lines
199 B
TypeScript
Executable File

/**
* 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;