Skip to content

mapToExcludeRoute

reference
1 min readUpdated

Kind: Function

Source: packages/core/middleware/utils.ts

Part of: Core

Signature

ts
function mapToExcludeRoute(routes: (string | RouteInfo)[]): ExcludeRouteMetadata[]

Parameters

NameType
routes`(string

Returns: ExcludeRouteMetadata[]

Was this page helpful?

Download as PDF
mapToExcludeRoute — NestJS head-to-head