typeCheck()
Return either the type, or the result of a type-check.
Params:
-
val {any}
The data to check
-
is {string} = undefined
Optionally check for a particular type
Example:
{{ my_data | typeCheck('array') }}