UNPKG

@akala/core

Version:
8 lines (7 loc) 247 B
/** Enum representing valid ternary operators. */ export declare enum TernaryOperator { /** The standard conditional (ternary) operator. */ Question = "?:", /** Indicates an unknown or invalid ternary operator. */ Unknown = "xx" }