@micro-router
    Preparing search index...

    Variable matchNumberConst

    matchNumber: Path<TypeIndicator<"number">, number> = ...

    A path that succeeds if it can parse the beginning of the input as a base 10 number.

    Not greedy, unlike matchString. It is incompatible with leading slashes, however, so you'll almost certainly want to wrap this in a segment or use the number Path.