@nameof/nameof
A tiny utility for safely extracting property names from TypeScript objects — inspired by C#'s [`nameof`](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/nameof) operator.
key-flags-dictionary
Create object-dictionary to store boolean values corresponding to keys of a given type, much like a flags-enum.