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.

8 lines (7 loc) 202 B
import "../../../chunk-G2ADBYYC.js"; import isNumber from "./isNumber"; const isNumberNaN = (obj) => isNumber(obj) && isNaN(obj); var isNaN_default = isNumberNaN; export { isNaN_default as default };