import { ExportAssignment } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
getParent(): NodeParentType<ts.ExportAssignment>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ExportAssignment>>
Gets the structure equivalent to this node.
isExportEquals(): boolean
Gets if this is an export equals assignment.
If this is false, then it's export default
.
set(structure: Partial<ExportAssignmentStructure>): this
Sets the node from a structure.
setIsExportEquals(value: boolean): this
Sets if this is an export equals assignment or export default.