MCPcopy
hub / github.com/nestjs/nest / MODULE_INIT_MESSAGE

Function MODULE_INIT_MESSAGE

packages/core/helpers/messages.ts:7–10  ·  view source on GitHub ↗
(
  text: TemplateStringsArray,
  module: string,
)

Source from the content-addressed store, hash-verified

5} from '@nestjs/common/interfaces/version-options.interface';
6
7export const MODULE_INIT_MESSAGE = (
8 text: TemplateStringsArray,
9 module: string,
10) => `${module} dependencies initialized`;
11
12export const ROUTE_MAPPED_MESSAGE = (path: string, method: string | number) =>
13 `Mapped {${path}, ${RequestMethod[method]}} route`;

Callers 1

createInstancesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected