mirror of
https://github.com/zoorpha/rustshare-obsidian-plugin.git
synced 2026-07-22 07:48:14 +00:00
3 lines
106 B
TypeScript
3 lines
106 B
TypeScript
declare function serializeValue(val: any, seen?: WeakMap<WeakKey, any>): any;
|
|
|
|
export { serializeValue };
|