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