Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { DeepMergeComparatorCB } from "@tsed/core/src/utils/deepMerge";
See /packages/core/src/utils/deepMerge.ts.
type DeepMergeComparatorCB = (item: any, ref: any) => boolean;
Callback type for comparing array items during merge.