typeofExpression

fun typeofExpression(vararg expressions: Expression): Expression

Returns a string describing the type of the given value.

fun typeofExpression(block: Expression.ExpressionBuilder.() -> Unit): Expression

DSL function for "typeof".