UNPKG

@myissue/vue-website-page-builder

Version:

Vue 3 page builder component with drag & drop functionality.

6 lines (5 loc) 172 B
export const isEmptyObject = function (obj: object) { return ( !obj || (typeof obj === 'object' && obj.constructor === Object && Object.keys(obj).length === 0) ) }