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

Function isEmptyObject

src/utils.js:140–142  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

138}
139
140export function isEmptyObject(obj) {
141 return Object.keys(obj).length === 0;
142}
143
144export function hasRules(validate) {
145 if (validate) {

Callers 1

validateFieldsInternalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected