Skip to content

getConfiguration

@tsed/di

Usage

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

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

Overview

ts
function getConfiguration(module: Type<any>, configuration?: any): any;

Released under the MIT License.