UNPKG

@vertisanpro/flowbite-react

Version:

Non-Official React components built for Flowbite and Tailwind CSS

9 lines (8 loc) 210 B
/** * Check if provided parameter is plain object * @param item * @returns boolean */ export function isObject(item) { return item !== null && typeof item === 'object' && item.constructor === Object; }