Options
All
  • Public
  • Public/Protected
  • All
Menu

Module next-server/lib/router/utils/route-matcher

Index

Functions

Functions

getRouteMatcher

  • getRouteMatcher(routeRegex: ReturnType<typeof getRouteRegex>): (pathname: string | null | undefined) => false | {}
  • Parameters

    Returns (pathname: string | null | undefined) => false | {}

      • (pathname: string | null | undefined): false | {}
      • Parameters

        • pathname: string | null | undefined

        Returns false | {}

Generated using TypeDoc