typeof function

  1. @JS('typeof')
String typeof(
  1. dynamic type
)

Implementation

@JS('typeof')
external String typeof(type);