- Preparing search index...
- The search index is not available
Tuff
Class Route<PartType, StateType, T, PM>
Type Parameters
-
PartType extends Part<StateType>
-
StateType extends ExtractParserReturnTypes<PM, keyof PM>
-
T extends string
-
PM extends ParserMap<MergeParamGroups<InferParamGroups<T>>>
Base class for routes, which parse and match against paths.