Skip to main content
Module

x/ts_morph/ts_morph.d.ts>PostfixUnaryExpression

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

Methods

Gets the operand of the postfix unary expression.

getOperatorToken(): ts.PostfixUnaryOperator

Gets the operator token of the postfix unary expression.

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