UNPKG

@tsclean/core

Version:

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

5 lines 317 B
import { DynamicModuleInterface, ExistingProvider, FactoryProvider, ValueProvider } from "../../contracts"; export declare class InternalCoreModule { static register(providers: Array<ValueProvider | FactoryProvider | ExistingProvider>): DynamicModuleInterface; } //# sourceMappingURL=internal-core-module.d.ts.map