Module

x/ts_morph/mod.ts>VariableDeclarationList#addDeclarations

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
method VariableDeclarationList.prototype.addDeclarations
import { VariableDeclarationList } from "https://dotland.deno.dev/x/ts_morph@22.0.0/mod.ts";

Adds variable declarations to the statement.

Parameters

structures: ReadonlyArray<OptionalKind<VariableDeclarationStructure>>
  • Structures representing the variable declarations to add.