import { NamespaceExport } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
getName(): string
Gets the name of the namespace export.
Gets the namespace export's name node.
getParent(): NodeParentType<ts.NamespaceExport>
getParentOrThrow(): NonNullable<NodeParentType<ts.NamespaceExport>>
setName(name: string): this
Sets the name of the namespace export.