UNPKG

wux-weapp

Version:

一套组件化、可复用、易扩展的微信小程序 UI 组件库

5 lines (4 loc) 127 B
export function isObject(value) { let type = typeof value return !!value && (type == 'object' || type == 'function') }