UNPKG

@opentiny/vue-renderless

Version:

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

13 lines (12 loc) 258 B
import "../../../chunk-G2ADBYYC.js"; import isObject from "./isObject"; const isEmpty = (obj) => { if (isObject(obj)) { return Object.keys(obj).length === 0; } return true; }; var isEmpty_default = isEmpty; export { isEmpty_default as default };