Skip to main content
Module

x/ts_morph/mod.ts>ExpressionWithTypeArguments

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class ExpressionWithTypeArguments
extends ExpressionWithTypeArgumentsBase<ts.ExpressionWithTypeArguments>
import { ExpressionWithTypeArguments } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Methods

getParent(): NodeParentType<ts.ExpressionWithTypeArguments>
getParentOrThrow(): NonNullable<NodeParentType<ts.ExpressionWithTypeArguments>>