UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

6 lines 222 B
import { Module } from './module'; export declare class ModulesContainer extends Map<string, Module> { private readonly _applicationId; get applicationId(): string; } //# sourceMappingURL=modules-container.d.ts.map