UNPKG

@jeremyckahn/farmhand

Version:
9 lines (7 loc) 227 B
import { waterField } from './waterField.js' // TODO: Remove this and just use waterField directly. /** * @param {farmhand.state} state * @returns {farmhand.state} */ export const waterAllPlots = state => waterField(state)