UNPKG

@conveyal/commute

Version:
15 lines (12 loc) 319 B
import { getGenericReducerInitialState, makeGenericReducerHandlers } from '../utils/reducers' export const reducers = makeGenericReducerHandlers({ handlers: ['set many', 'delete many'], name: { singular: 'polygon', plural: 'polygons' } }) export const initialState = getGenericReducerInitialState()