Expression functionsType ConversionstypeOn this pagetypeThe name of a value's type type(x: any) -> string Arguments NameTypexany Example {{ type(42) }} Returns "int".