import { PropertyAssignment } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts";
Methods
getParent(): NodeParentType<ts.PropertyAssignment>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.PropertyAssignment>>
Removes the initializer and returns the new shorthand property assignment.
Note: The current node will no longer be valid because it's no longer a property assignment.
set(structure: Partial<PropertyAssignmentStructure>): this | ShorthandPropertyAssignment
Sets the node from a structure.