Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RouteMatcher

Hierarchy

  • RouteMatcher

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private keys

keys: any[] = []

regex

regex: any = null

route

route: any = null

Methods

match

  • match(path: string): { params: {}; route: any }
  • Parameters

    • path: string

    Returns { params: {}; route: any }

    • params: {}
    • route: any

Generated using TypeDoc