MCPcopy
hub / github.com/react-component/form / isFormField

Function isFormField

src/createFormField.js:7–9  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

5}
6
7export function isFormField(obj) {
8 return obj instanceof Field;
9}
10
11export default function createFormField(field) {
12 if (isFormField(field)) {

Callers 3

internalFlattenFieldsFunction · 0.90
utils.spec.jsFile · 0.90
createFormFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected