UNPKG

@jeremyckahn/farmhand

Version:
7 lines (6 loc) 177 B
/** * @param {farmhand.state} state * @param {farmhand.cow} cow * @returns {farmhand.state} */ export const selectCow = (state, { id }) => ({ ...state, selectedCowId: id })