UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

3 lines 109 B
export function isHtmlElement(value: unknown): value is HTMLElement { return value instanceof HTMLElement }