Skip to content

isKeyedChild

import { isKeyedChild } from "@alloy-js/core";
function isKeyedChild(child: Children): child is ComponentCreator;

Parameters

child

Children

Returns

child is ComponentCreator