Skip to main content
Module

x/ts_morph/ts_morph.d.ts>Symbol#getGlobalExport

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

Gets the global export of the symbol by the specified name or returns undefined if not exists.

Parameters

name: string
  • Name of the global export.

Returns

Symbol | undefined