UNPKG

@jeremyckahn/farmhand

Version:
9 lines (7 loc) 187 B
import { fertilizerType } from '../enums.js' export const getPlotContentFromItemId = ( itemId: string ): farmhand.plotContent => ({ itemId, fertilizerType: fertilizerType.NONE, })