UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 127 B
export function isPlainObject(item) { return (item !== null && typeof item === 'object' && item.constructor === Object); }