UNPKG

@tuniao/tnui-vue3-uniapp

Version:
5 lines (4 loc) 136 B
export function isObject(value: any) { const type = typeof value return value != null && (type == 'object' || type == 'function') }