method Node.isAmbientableimport { Node } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; isAmbientable<T extends Node>(node: T | undefined): node is AmbientableNode & AmbientableNodeExtensionType & TGets if the node is an AmbientableNode. Gets if the node is an AmbientableNode. Type ParametersT extends NodeParametersnode: T | undefinedReturnsnode is AmbientableNode & AmbientableNodeExtensionType & T