UNPKG

@minimaltech/ra-infra

Version:

Minimal Technology ReactJS Infrastructure

9 lines (8 loc) 215 B
export declare class DIContainer { private static instance; private registry; constructor(); static getInstance(): DIContainer; get<E>(key: string): E; set<E>(key: string, value: E): void; }