@micro-router
    Preparing search index...

    Function textSegments

    • A path that matches on complete segments of the input text.

      This path will fail to match if there is any extra text at the end of the last matching path segment.

      Type Parameters

      • T extends string

      Parameters

      • path: T

        A URL fragment, optionally beginning with a leading slash. The slash will be inferred if not.

      Returns TextSegments<T>