Skip to content

mergeMount

@tsed/di

Usage

typescript
import { mergeMount } from "@tsed/di";

See /packages/di/src/common/utils/getConfiguration.ts.

Overview

ts
function mergeMount(m1?: any, m2?: any): any;

Released under the MIT License.