mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 15:36:48 +00:00
chore: merge with web UI project
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function deepClone<T>(value: T): T {
|
||||
return JSON.parse(JSON.stringify(value));
|
||||
}
|
||||
Reference in New Issue
Block a user