UNPKG

react-form-tools

Version:

Form components with validation for React + Baobab

9 lines (8 loc) 235 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.resolveFieldPath = resolveFieldPath; function resolveFieldPath(fieldPath) { return _.isArray(fieldPath) ? fieldPath : fieldPath.split('.'); }