Function isUniqueESSymbolType

  • Test if a type is a UniqueESSymbolType.

    Parameters

    • type: Type

    Returns type is UniqueESSymbolType

    Example

    declare const type: ts.Type;

    if (isUniqueESSymbolType(type)) {
    // ...
    }