Question on Schemas for Structs in CSV Strings
Hi, I was wondering if the type of S.literal('a') should not be S.Schema<unknwown,'a'> instead of S.Schema<'a','a'>. For instance, here is the transformer to read and write a simple struct from a csv string:
