UNPKG

aurelia-form

Version:

Makes working with forms just a tad more pleasant.

6 lines (4 loc) 97 B
import {field} from './field'; export function label(value) { return field(value, 'label'); }