Methods
Static parse
- parse(body: string, sep: string, quote: string, reader: (text: string, nextRow: boolean) => void): void
Parameters
body: string
sep: string
quote: string
reader: (text: string, nextRow: boolean) => void
- (text: string, nextRow: boolean): void
Parameters
text: string
nextRow: boolean
Returns void
Returns void
Static parseWithHeader
- parseWithHeader(body: string, sep: string, quote: string): {}[]
Parameters
body: string
sep: string
quote: string
Returns {}[]