UNPKG

@jeremyckahn/farmhand

Version:
5 lines (3 loc) 164 B
import { itemType } from '../enums.js' export const isItemAGrownCrop = (item: farmhand.item): boolean => Boolean(item.type === itemType.CROP && !item.growsInto)