UNPKG

aurelia-form

Version:

Makes working with forms just a tad more pleasant.

6 lines (4 loc) 108 B
import {field} from './field'; export function position(value = -1) { return field(value, 'position'); }