Skip to main content
Module

x/ts_morph/mod.ts>TypeChecker#getAliasedSymbol

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

Gets the aliased symbol of a symbol.

Parameters

symbol: Symbol
  • Symbol to get the alias symbol of.

Returns

Symbol | undefined