UNPKG

@cityssm/faster-constants

Version:

Constants used by multiple Node packages that work with the FASTER Fleet Management System

10 lines (8 loc) 193 B
import inventory from './inventory/index.js' import other from './other/index.js' import vendors from './vendors/index.js' export default { inventory, other, vendors } as const