Skip to main content
Module

x/ts_morph/mod.ts>ArrayDestructuringAssignment

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class ArrayDestructuringAssignment
extends ArrayDestructuringAssignmentBase<ts.ArrayDestructuringAssignment>
import { ArrayDestructuringAssignment } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Methods

Gets the left array literal expression of the array destructuring assignment.

getParent(): NodeParentType<ts.ArrayDestructuringAssignment>
getParentOrThrow(): NonNullable<NodeParentType<ts.ArrayDestructuringAssignment>>