UNPKG

@thi.ng/router

Version:

Generic trie-based router with support for wildcards, route param validation/coercion, auth

7 lines (6 loc) 144 B
const EVENT_ROUTE_CHANGED = "route-changed"; const EVENT_ROUTE_FAILED = "route-failed"; export { EVENT_ROUTE_CHANGED, EVENT_ROUTE_FAILED };