UNPKG

liftie

Version:

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

11 lines (10 loc) 151 B
export default { selector: '.row.chair-bar', parse: { name: { child: 0, fn: s => s.trim().slice(0, -1) }, status: 1 } };