import { VariableDeclaration } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the corresponding variable statement if it exists. Throws for variable declarations in for statements.
x/deno2node/src/deps.deno.ts>VariableDeclaration#getVariableStatementOrThrow
import { VariableDeclaration } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the corresponding variable statement if it exists. Throws for variable declarations in for statements.