UNPKG

@ozen-ui/kit

Version:

React component library

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