enum UnaryOperatorKind

Enum representing the kinds of unary operators.

Members

UNARY_NEGATION

Represents the unary negation operator.

UNARY_PLUS

Represents the unary plus operator.

Usage

import { UnaryOperatorKind } from ".";