UNPKG

@knyt/luthier

Version:

A library for building standardized, type-safe native web components with full SSR and hydration support.

6 lines (5 loc) 189 B
export function isElementDefinition(value) { return (typeof value === "function" && "__isKnytElementDefinition" in value && value.__isKnytElementDefinition === true); }