method Node.isIterationStatementimport { Node } from "https://deno.land/x/fresh@1.5.3/src/dev/deps.ts"; isIterationStatement(node: Node | undefined): node is IterationStatementGets if the node is a IterationStatement. Gets if the node is a IterationStatement. Parametersnode: Node | undefined Node to check. Returnsnode is IterationStatement