import { TypeChecker } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the symbol at the specified location or undefined if none exists.
Parameters
node: Node
- Node to get the symbol for.
x/deno2node/src/deps.deno.ts>TypeChecker#getSymbolAtLocation
import { TypeChecker } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the symbol at the specified location or undefined if none exists.