logType
Log the type of a value to stderr and pass the value through unchanged.
value(required): any value to inspect
utlx
{
data: logType($input.field) // logs "type: string" to stderr, passes value through
}