method Node.isModuleChildableimport { Node } from "https://dotland.deno.dev/x/fresh@1.1.1/src/dev/deps.ts"; isModuleChildable<T extends Node>(node: T | undefined): node is ModuleChildableNode & ModuleChildableNodeExtensionType & TGets if the node is a ModuleChildableNode. Gets if the node is a ModuleChildableNode. Type ParametersT extends NodeParametersnode: T | undefined Node to check. Returnsnode is ModuleChildableNode & ModuleChildableNodeExtensionType & T