typeofExpression

Returns a string describing the type of the given value.

fun typeofExpression(vararg expressions: Array<out Expression>): Expression

DSL function for "typeof".

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