UNPKG

@canmertinyo/fast-di

Version:

A LIGHTWEIGHT DEPENDENCY INJECTION LIB

8 lines (7 loc) 243 B
import { Constructible } from "src/types/constructible"; export declare class Container { private static modules; private static instances; static get<T = any>(token: Constructible): T; static loadModules(module: any): void; }