typeOf function

  1. @JS('typeof')
String typeOf(
  1. Object obj
)

Implementation

@JS('typeof')
external String typeOf(Object obj);