Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • csv

Index

Constructors

Methods

  • 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

  • parseWithHeader(body: string, sep: string, quote: string): {}[]
  • Parameters

    • body: string
    • sep: string
    • quote: string

    Returns {}[]

Generated using TypeDoc