UNPKG

@tractorzoom/equipment-attributes

Version:

Source of truth for equipment attributes by category

11 lines (10 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FEET = exports.INCHES = exports.BUSHELS = exports.TONS = exports.GALLONS = void 0; // capacity exports.GALLONS = 'gal'; exports.TONS = 'T'; exports.BUSHELS = 'bu'; // distance exports.INCHES = 'in'; exports.FEET = 'ft';