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