UNPKG

@robotlegsjs/core

Version:

An architecture-based IoC framework for JavaScript/TypeScript

9 lines (8 loc) 275 B
import { interfaces } from "inversify"; export declare const IInjector: unique symbol; /** * The <code>Injector</code> manages the mappings and acts as the central hub from which all * injections are started. */ export interface IInjector extends interfaces.Container { }