Get your own Node server
Processing string 'hello': HELLO
Processing number 10: 20
Processing boolean true: false
In TypeScript, calling processValue with a string returns a string
In TypeScript, calling processValue with a number returns a number
In TypeScript, calling processValue with a boolean returns a boolean