UNPKG

liftie

Version:

Clean, simple, easy to read, fast ski resort lift status

15 lines (13 loc) 206 B
import toTitleCase from 'to-title-case'; export default { selector: 'item', parse: { name: { attribute: 'nom', fn: toTitleCase }, status: { attribute: 'stat' } } };