import { PrefixUnaryExpression } from "https://deno.land/x/ts_morph@16.0.0/ts_morph.d.ts";
Methods
Gets the operand of the prefix unary expression.
getOperatorToken(): ts.PrefixUnaryOperator
Gets the operator token of the prefix unary expression.
getParent(): NodeParentType<ts.PrefixUnaryExpression>
getParentOrThrow(): NonNullable<NodeParentType<ts.PrefixUnaryExpression>>