Constructors
Properties
lastSplitLength
lastSplitLength: number
reusedValues
reusedValues: string[]
Accessors
reuse
- get reuse(): boolean
Returns boolean
- set reuse(val: boolean): void
Returns void
Methods
splitLine
- splitLine(line: undefined | null | string): string[]
Parameters
- line: undefined | null | string
Returns string[]
array of splitted parts
Optimized tokenizer of a single CSV line.