UNPKG

@hermandev/dilite

Version:

Simple and lightweight Dependency Injection container for TypeScript / Next.js apps

4 lines (3 loc) 171 B
import type { Class, Registration } from "./types"; export declare const globalRegistry: Map<Class, Registration>; export declare const tokenRegistry: Map<string, Class>;