Skip to content

normalizePath

reference
1 min readUpdated

Kind: Function

Source: packages/common/utils/shared.utils.ts

Part of: Common

Signature

ts
function normalizePath(path: string): string

Parameters

NameType
pathstring

Returns: string

Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (3)

  • ROUTESpackages/core/router/router-module.ts:9
  • flattenRoutePathspackages/core/router/utils/flatten-route-paths.util.ts:5
  • WsAdapterpackages/platform-ws/adapters/ws-adapter.ts:39

Was this page helpful?

Download as PDF
normalizePath — NestJS head-to-head