<?hh
namespace FastRouteTestFixtures;
function no_options_simple(): FastRouteDispatcher {
return FastRoutesimpleDispatcher($collector ==> {});
}
function no_options_cached(): FastRouteDispatcher {
return FastRoutecachedDispatcher($collector ==> {});
}