UNPKG

@react-form-builder/core

Version:

React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required

8 lines (7 loc) 288 B
import { isString as i } from "../../../utils/isString.js"; import { isNumber as t, isDate as e, isUndefined as n } from "../../../utils/tools.js"; const m = (r) => i(r) || t(r) || e(r) ? !0 : !n(r?.value); export { m as isFluentVariable }; //# sourceMappingURL=isFluentVariable.js.map