UNPKG

444 BTypeScriptView Raw
1import { HttpAdapterHost } from '../../helpers/http-adapter-host';
2import { DependenciesScanner } from '../../scanner';
3import { ModuleCompiler } from '../compiler';
4import { NestContainer } from '../container';
5export declare class InternalCoreModuleFactory {
6 static create(container: NestContainer, scanner: DependenciesScanner, moduleCompiler: ModuleCompiler, httpAdapterHost: HttpAdapterHost): import("@nestjs/common").DynamicModule;
7}