leeoniya / uDSV

A faster CSV parser in 5KB (min)
MIT License
669 stars 14 forks source link

fix: headerFn type definition #5

Closed joshuaslate closed 10 months ago

joshuaslate commented 10 months ago

In my testing, the header function's rows argument is an array of an array of strings (string[][]).

leeoniya commented 10 months ago

indeed, thanks!