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.

9 lines (8 loc) 260 B
import "../../../chunk-G2ADBYYC.js"; import isNullType from "./isNull"; import isUndefinedType from "./isUndefined"; const eqNull = (object) => isNullType(object) || isUndefinedType(object); var eqNull_default = eqNull; export { eqNull_default as default };