Function rmatchSearchParam

  • Builds URL route matcher that matches URL search parameter.

    Parameters

    • name: string

      Required URL search parameter.

    • Optional value: string

      A value the parameter should have. Or nothing to just require the parameter to present.

    Returns RouteMatcher<URLRoute>

    New URL route matcher.

Generated using TypeDoc