UNPKG

@contextjs/routing

Version:

Declarative, fast, and extensible route matching for ContextJS applications.

9 lines (8 loc) 185 B
export class ParsedRoute { definition; parameters; constructor(definition, parameters) { this.definition = definition; this.parameters = parameters; } }