isIntrinsicElement
import { isIntrinsicElement } from "@alloy-js/core";
function isIntrinsicElement(type: unknown): type is IntrinsicElement;Parameters
Section titled “Parameters”| type | unknown |
Returns
Section titled “Returns”type is IntrinsicElement