mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
declare function serializeValue(val: any, seen?: WeakMap<WeakKey, any>): any;
|
|
|
|
export { serializeValue };
|