method Node.isAmbientableimport { Node } from "https://deno.land/x/fresh@1.6.1/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