Skip to main content
Module

x/ts_morph/mod.ts>ObjectDestructuringAssignment

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

Methods

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

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