UNPKG

react-hook-form-builder

Version:

light weight schema Form builder for react-hook-form

8 lines (7 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFunction = void 0; function isFunction(prop) { return typeof prop === "function"; } exports.isFunction = isFunction;