UNPKG

@tomei/rental

Version:
8 lines (6 loc) 187 B
// Import all item classes that Rental might reference import { StockInventory } from '@tomei/stock'; // Create and export the mapping export const ItemClassMap = { StockInventory, };