jessmorecroft
jessmorecroft
This looks like it might work better, for string enums at least... ``` const enumType = ( e: { [key: string]: E }, name: string = 'Enum', ): EnumType =>...
This for me would be awesome. I’ve taken a look at proto3 in detail only recently and am astounded that required messages are not supported. How is one able to...
Thanks for the tip @stephenh. I’ll have a crack at some point.
Hi again. Just an FYI, this one not too big a deal for me any more as just coded around much as discussed above. Here's a lib I've written for...