UNPKG

doiforms

Version:

A generalized tool for building formatted forms on multiple platforms

7 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function matchFieldState(Id, fieldStates) { return fieldStates.filter(function (fieldState) { return fieldState.Field.Id === Id; })[0]; } exports.matchFieldState = matchFieldState; //# sourceMappingURL=matchFieldState.js.map