typeOf function

String typeOf(
  1. Object obj
)

Implementation

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