Const
Active CSV parser states indexed by task ID.
export const csvParserStates = new Map<string, CSVParserState>(); Copy
export const csvParserStates = new Map<string, CSVParserState>();
Active CSV parser states indexed by task ID.