Skip to content

type_id

Retrieves the type id of an expression.

type_id(x:any) -> string

The type_id function returns the type id of the given value x.

from {x: type_id(1 + 3.2)}
{x: "41615fdb30a38aaf"}

type_of