Map a boolean type to a string-based boolean.
Now we can do conditionals from real booleans like this,
these could be used to replace string-based booleans.
However, string bools still have a great use, as { 0: ..., 1: ... }
constructions create a wrapper that enables type recursion.
Map a boolean type to a string-based boolean. Now we can do conditionals from real booleans like this, these could be used to replace string-based booleans. However, string bools still have a great use, as
{ 0: ..., 1: ... }
constructions create a wrapper that enables type recursion.