import { TypeChecker } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the resolved signature from a node or throws if the signature cannot be resolved.
Parameters
node: CallLikeExpression
- Node to get the signature from.
x/deno2node/src/deps.deno.ts>TypeChecker#getResolvedSignatureOrThrow
import { TypeChecker } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the resolved signature from a node or throws if the signature cannot be resolved.