Type Checker

Tells you if the input is an object, list or string

What it does

  • Takes 1 inputs and produces 3 outputs.

Inputs

NameTypeDescription
Value to checkStringThe value to check

Outputs

NameTypeDescription
SuccessBooleanReturns true if the type was detected
TypeStringThe detected type
ErrorStringIf there was an error