Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ NestModule
Interface
NestModule
packages/common/interfaces/modules/nest-module.interface.ts:6–8 · packages/common/interfaces/modules/nest-module.interface.ts::NestModule
Source
from the content-addressed store, hash-verified
4
* @publicApi
5
*/
6
export
interface
NestModule {
7
configure(consumer: MiddlewareConsumer);
8
}
Callers
1
loadConfiguration
Method · 0.65
Implementers
12
CoreModule
integration/inspector/src/core/core.mo
TrailingSlashModule
integration/hello-world/e2e/middleware
TestModule
integration/hello-world/e2e/middleware
DataModule
integration/hello-world/e2e/middleware
TestModule
integration/hello-world/e2e/fastify-mi
AppModule
integration/nest-application/global-pr
AppModule
integration/versioning/src/app.module.
GlobalModule
integration/hello-world/e2e/middleware
GlobalModule2
integration/hello-world/e2e/middleware
ModuleX
integration/hello-world/e2e/middleware
ModuleA
integration/hello-world/e2e/middleware
ModuleB
integration/hello-world/e2e/middleware
Calls
no outgoing calls
Tested by
no test coverage detected