I\'m learning TypeScript using this ebook as a reference. I\'ve checked the TypeScript Official Documentation but I don\'t find information about enum flags.
Flags allow you to check if a certain condition from a set of conditions is true. This is a common programming pattern in various other programming languages e.g. here is an example about C# : Using Bitwise operators on flags