UNPKG

@contextjs/routing

Version:

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

11 lines (10 loc) 231 B
export class RouteDefinition { className; methodName; route; constructor(className, methodName, route) { this.className = className; this.methodName = methodName; this.route = route; } }