Skip to content

isIntrinsicElement

import { isIntrinsicElement } from "@alloy-js/core";
function isIntrinsicElement(type: unknown): type is IntrinsicElement;

Parameters

type

unknown

Returns

type is IntrinsicElement