method Node.isIterationStatementimport { Node } from "https://dotland.deno.dev/x/fresh@1.1.1/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