UNPKG

aurelia-form

Version:

Makes working with forms just a tad more pleasant.

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