A DynamicValue reducer returning the stringified version of the input
new StringifiedValue(new NumberValue(1)).onValue(value=> value === "1" //true )
A DynamicValue reducer returning the stringified version of the input
example
new StringifiedValue(new NumberValue(1)).onValue(value=> value === "1" //true )