import { ExportSpecifier } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
Gets the alias identifier, if it exists.
Gets the export declaration associated with this export specifier.
Gets all the declarations referenced by the export specifier.
Gets the local target symbol of the export specifier or undefined if it doesn't exist.
Gets the local target symbol of the export specifier or throws if it doesn't exist.
Gets the name of the export specifier.
Gets the name node of what's being exported.
Gets the structure equivalent to this node.
Gets if this is a type only import specifier.
Removes the export specifier.
Removes the alias without renaming.
Removes the alias and renames any usages to the name of the export specifier.
Sets the alias for the name being exported and renames all the usages.
Sets the node from a structure.
Sets the alias without renaming all the usages.
Sets if this is a type only import specifier.
Sets the name of what's being exported.