UNPKG

@knyt/luthier

Version:

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

3 lines 240 B
import type { ElementDefinition } from "./types"; export declare function isElementDefinition<T extends ElementDefinition<any, any, any, any> = ElementDefinition.Unknown>(value: unknown): value is T; //# sourceMappingURL=typeGuards.d.ts.map