(router routes)
Given a sequence of routes, return a router function. Order is important for linear search, and unlike other routers, it will continue searching if it matches a route but doesn't match constraints for that route.
Given a sequence of routes, return a router function. Order is important for linear search, and unlike other routers, it will continue searching if it matches a route but doesn't match constraints for that route.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close