MCPcopy
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 */
6export interface NestModule {
7 configure(consumer: MiddlewareConsumer);
8}

Callers 1

loadConfigurationMethod · 0.65

Implementers 12

CoreModuleintegration/inspector/src/core/core.mo
TrailingSlashModuleintegration/hello-world/e2e/middleware
TestModuleintegration/hello-world/e2e/middleware
DataModuleintegration/hello-world/e2e/middleware
TestModuleintegration/hello-world/e2e/fastify-mi
AppModuleintegration/nest-application/global-pr
AppModuleintegration/versioning/src/app.module.
GlobalModuleintegration/hello-world/e2e/middleware
GlobalModule2integration/hello-world/e2e/middleware
ModuleXintegration/hello-world/e2e/middleware
ModuleAintegration/hello-world/e2e/middleware
ModuleBintegration/hello-world/e2e/middleware

Calls

no outgoing calls

Tested by

no test coverage detected