Skip to content

Type Of Node

Utils/Types

Reports what a value actually is — useful for data coming back from an API or a model

utils_types_type_ofstd
Inputs1
Outputs3
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

1

Value

Generic
value

Value to inspect

Output Pins

3

Type

String
type

One of null, boolean, number, string, array or object

nullbooleannumberstringarrayobject

Is Null

Boolean
is_null

True when the value is missing

Size

Integer
size

Elements for an array, fields for an object, characters for a string, otherwise 0

Node Info

Internal name
utils_types_type_of
Category
Utils/Types