UNPKG

db-vendo-client

Version:
11 lines (9 loc) 189 B
const formatLocationFilter = (stops, addresses, poi) => { if (!addresses && !poi) { // TODO other combos? return 'HALTESTELLEN'; } return 'ALL'; }; export { formatLocationFilter, };