method ScopeManager.prototype.createChild
ScopeManager.prototype.createChild(): ScopeManager

Creates a child scope that shares singletons but has its own scoped map.

Return Type

A new scope manager for the child container

Usage

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