method ContainerBuilder.prototype.build
ContainerBuilder.prototype.build(): IContainer

Creates the container with all queued registrations applied.

Return Type

IContainer

A new IContainer

Usage

import { ContainerBuilder } from "di-plugin/src/index.ts";