Module

x/ts_morph/mod.ts>ExportSpecifier#getLocalTargetSymbol

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
method ExportSpecifier.prototype.getLocalTargetSymbol
import { ExportSpecifier } from "https://dotland.deno.dev/x/ts_morph@22.0.0/mod.ts";

Gets the local target symbol of the export specifier or undefined if it doesn't exist.

Returns

Symbol | undefined