Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "cast/BoolToString"

Index

Type aliases

Type aliases

BoolToString

BoolToString: BoolToString<T>

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.

Generated using TypeDoc