rest-vir - v1.0.0
    Preparing search index...

    Type Alias MatchFunction

    MatchFunction: (path: string) => Match

    A match function that takes a string and returns whether it matched the path. Used in match.

    This is from the path-to-regexp package.

    Type declaration

      • (path: string): Match
      • Parameters

        • path: string

        Returns Match