Using the --auto-type flag on the command line fails. `$ csv2json --auto-type in.csv > out.json` Line 31 in dsv2json.js: ``` const rowConverter = options.autoType ? dsv.autoType : null ^ ReferenceError: dsv is not defined ```