UNPKG

aurelia-form

Version:

Makes working with forms just a tad more pleasant.

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