import { SpreadAssignment } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getParent(): NodeParentType<ts.SpreadAssignment>
getParentOrThrow(): NonNullable<NodeParentType<ts.SpreadAssignment>>
Gets the structure equivalent to this node.
set(structure: Partial<SpreadAssignmentStructure>): this
Sets the node from a structure.