Solved
Forum Discussion
SpiroTaleski
4 years agoValued Contributor
Also in the Router Snap, you can use the instanceof global function that will return true/false if the given object is an instance of the given type.
ex: $input instanceof ‘String’
Regards,
Spiro Taleski