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