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