typeofEquals 方法

bool typeofEquals(
  1. String typeString
)

判断这个 JSAny?typeof 结果是否等于 typeString

实现

external bool typeofEquals(String typeString);