Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { deepClone } from "@tsed/core";
See /packages/core/src/types/utils/deepClone.ts.
const deepClone: (source: any, stack?: WeakMap<WeakKey, any>) => any;
Return a cloned value