typeofEquals method

bool typeofEquals(
  1. String typeString
)

Returns whether the result of typeof on this JSAny? is typeString.

Implementation

external bool typeofEquals(String typeString);