csvParserStates: Map<string, CSVParserState> = ...

Active CSV parser states indexed by task ID.

export const csvParserStates = new Map<string, CSVParserState>();