import genRouteHandler from './helpers/genRouteHandler';
import ParamType from './types/ParamType';

export {
  genRouteHandler,
  ParamType,
};
