How To Convert A TypeScript Enum To A JavaScript Array Or String
Converting a TypeScript Enum to a JavaScript Array is pretty easy, and I often use it to fill a <select> with all the values from that enum.
In this post, I love to show you how you can subtract the data from the enum and remodel it into a JavaScript...
hasnode.byrayray.dev4 min read