UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPlainObject = isPlainObject; function isPlainObject(item) { return (item !== null && typeof item === 'object' && item.constructor === Object); }