import { NamespaceExport } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
getName(): string
Gets the name of the namespace export.
Gets the namespace export's name node.
getParent(): NodeParentType<ts.NamespaceExport>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.NamespaceExport>>
setName(name: string): this
Sets the name of the namespace export.