UNPKG

@jeremyckahn/farmhand

Version:
5 lines (4 loc) 194 B
export const isPlantedTree = ( plotContent: farmhand.plantedTree | farmhand.forestForageable | null ): plotContent is farmhand.plantedTree => Boolean(plotContent && 'itemId' in plotContent)