UNPKG

@prettyy/ui

Version:

vue2 UI

6 lines (4 loc) 159 B
import { hasOwn } from './util' export function isVNode(node) { return node !== null && typeof node === 'object' && hasOwn(node, 'componentOptions') }