Skip to main content
Module

x/ts_morph/mod.ts>ObjectDestructuringAssignment

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

Methods

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

getParent(): NodeParentType<ts.ObjectDestructuringAssignment>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ObjectDestructuringAssignment>>