typeofEquals method

bool typeofEquals(
  1. String typeString
)

Whether the result of typeof on this JSAny? is typeString.

Implementation

external bool typeofEquals(String typeString);