const UNITS = { english: Symbol('english'), metric: Symbol('metric'), }; export { UNITS, }; window.UNITS = UNITS; console.log('config');