<?hh
namespace FastRouteTestFixtures;
function empty_options_simple(): FastRouteDispatcher {
return FastRoutesimpleDispatcher($collector ==> {}, shape());
}
function empty_options_cached(): FastRouteDispatcher {
return FastRoutecachedDispatcher($collector ==> {}, shape());
}