John Ginger
John Ginger
They are in the docs, but if I try to use them they don't output any typescript types. If you have a mixed enum, e.g. ``` #[wasm_bindgen] #[derive(Copy, Clone, Debug)]...
I've put a minimal reproducible example at https://github.com/JohnGinger/string-enum-example. The exported types are only ``` export enum NumberEnum { Foo, Bar, Qux, } ```
Thanks for being so responsive. I'm happy to help fix this, any pointers as to where I should start?
Go for it, sorry I haven't got round to it