import { TypeAliasDeclaration } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
getParent(): NodeParentType<ts.TypeAliasDeclaration>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.TypeAliasDeclaration>>
Gets the structure equivalent to this node.
set(structure: Partial<TypeAliasDeclarationStructure>): this
Sets the node from a structure.