UNPKG

@jeremyckahn/farmhand

Version:
9 lines (7 loc) 199 B
import { itemType } from '../enums.js' /** * @param {farmhand.item} item * @returns {boolean} */ export const isItemAGrownCrop = item => Boolean(item.type === itemType.CROP && !item.growsInto)