UNPKG

@jeremyckahn/farmhand

Version:
5 lines (3 loc) 171 B
import { itemType } from '../enums.js' export const isItemAGrownFruit = (item: farmhand.item): boolean => Boolean(item.type === itemType.TREE && !item.isPlantableTree)