Skip to main content
Module

x/ts_morph/mod.ts>ExportSpecifier#getLocalTargetSymbolOrThrow

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method ExportSpecifier.prototype.getLocalTargetSymbolOrThrow
import { ExportSpecifier } from "https://deno.land/x/ts_morph@17.0.0/mod.ts";

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

Parameters

optional
message: string | (() => string)