Closed
Description
Kind of confusing that the opt
parameter here is opt?: undefined
:
https://github.com/denoland/deno_std/blob/74fc8ff920991c4c79fa4c7647d855e5780db64c/csv/parse.ts#L326
...shouldn't that just not exist given the other overloads?