UNPKG

bml-workstand-ui

Version:

A Component Library for Vue.js.

6 lines (4 loc) 182 B
import { hasOwn } from 'bml-workstand-ui/src/utils/util'; export function isVNode(node) { return node !== null && typeof node === 'object' && hasOwn(node, 'componentOptions'); };