UNPKG

@shinhotech/sh-ui

Version:

A Component Library for Vue.js.

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