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