UNPKG

@jeremyckahn/farmhand

Version:
7 lines (5 loc) 174 B
import { itemsMap } from '../data/maps.js' export const getPlotContentType = ({ itemId, }: farmhand.plotContent): string | null => itemId ? itemsMap[itemId].type : null