runtyping
runtyping copied to clipboard
Generics are not generated properly
- Same as #398 Issue was closed, but I tried and failed... Am I doing something wrong...?
Generated:
Record({ abc: <{ data: string; } extends any, > ({ data: string; }: Runtype<{ data: string; }>,) => Record({ data: String, }).And(Record({ count: Number, })),});
I don't think the bottom part is necessary and gills in my opinion. Is it necessary for some generative process...?
<{ data: string; } extends any, > ({ data: string; }: Runtype<{ data: string; }>,) =>