import { ExportAssignment } from "https://dotland.deno.dev/x/ts_morph@17.0.0/ts_morph.d.ts";
Methods
getParent(): NodeParentType<ts.ExportAssignment>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ExportAssignment>>
isExportEquals(): boolean
Gets if this is an export equals assignment.
If this is false, then it's export default
.
setIsExportEquals(value: boolean): this
Sets if this is an export equals assignment or export default.