Skip to content

createContainer

@tsed/di

Usage

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

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

Overview

ts
function createContainer(rootModule?: Type<any>): Container;

Released under the MIT License.