UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 188 B
import { isPlainObject } from '../../../utils/object'; export var isObjectValidateInfo = function (value) { return isPlainObject(value) && 'isValid' in value && 'message' in value; };