@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
8 lines • 476 B
TypeScript
import { ModuleCompiler } from './compiler';
import { ContainerIoC } from './container';
import { DependenciesScanner } from '../../app';
import { HttpAdapterHost } from "../../helpers";
export declare class InternalCoreModuleFactory {
static create(container: ContainerIoC, scanner: DependenciesScanner, moduleCompiler: ModuleCompiler, httpAdapterHost: HttpAdapterHost): import("../..").DynamicModuleInterface;
}
//# sourceMappingURL=internal-core-module-factory.d.ts.map