I am unable to convert a boolean to a string value in TypeScript.
I have been roaming through documentation and I could not find anything helpful. I have tried to use the toString()
method but it does not seem to be implemented on bool.
Edit: I have almost no JavaScript knowledge and came to TypeScript with a C#/Java background.
Boolean
supportstoString
. – Bronk