UNPKG

@vs-form/vs-form

Version:

A schema-based form generator component for React using material-ui

27 lines (26 loc) 1.25 kB
import capitalize from 'lodash/capitalize'; import cloneDeep from 'lodash/cloneDeep'; import get from 'lodash/get'; import has from 'lodash/has'; import isArray from 'lodash/isArray'; import isDate from 'lodash/isDate'; import isBoolean from 'lodash/isBoolean'; import isEmpty from 'lodash/isEmpty'; import isFunction from 'lodash/isFunction'; import isInteger from 'lodash/isInteger'; import isNull from 'lodash/isNull'; import isNumber from 'lodash/isNumber'; import isObject from 'lodash/isObject'; import isPlainObject from 'lodash/isPlainObject'; import isRegExp from 'lodash/isRegExp'; import isString from 'lodash/isString'; import isUndefined from 'lodash/isUndefined'; import merge from 'lodash/merge'; import set from 'lodash/set'; import toInteger from 'lodash/toInteger'; import toNumber from 'lodash/toNumber'; import trimEnd from 'lodash/trimEnd'; import uniq from 'lodash/uniq'; import debounce from 'lodash/debounce'; import throttle from 'lodash/throttle'; export { capitalize, cloneDeep, get, has, isArray, isDate, isBoolean, isEmpty, isFunction, isInteger, isNull, isNumber, isObject, isPlainObject, isRegExp, isString, isUndefined, merge, set, toInteger, toNumber, trimEnd, uniq, debounce, throttle };