Hello everybody,
today I want to share with the world code, which generates typescript from enum declaration. I suppose everything should be understandable from code itself:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;...