UNPKG

@jeremyckahn/farmhand

Version:
9 lines (7 loc) 160 B
export const offerCow = ( state: farmhand.state, cowId: string ): farmhand.state => { state = { ...state, cowIdOfferedForTrade: cowId } return state }