UNPKG

@apiratorjs/di-container

Version:

A lightweight dependency injection container for JavaScript and TypeScript with powerful features: modular organization with DiModule.create, lazy initialization, automatic circular dependency detection, and multiple service lifecycles (singleton with bot

3 lines 143 B
import { ServiceToken } from "./types"; export declare function tokenToString(token: ServiceToken): string; //# sourceMappingURL=utils.d.ts.map