CsvReplacer: ((row, col, value) => any)

Type declaration

    • (row, col, value): any
    • CSV replacer function type for custom value transformation during stringify operations

      Parameters

      • row: number

        Row index (0-based)

      • col: number

        Column index (0-based)

      • value: any

        Current value to transform

      Returns any

      Transformed value

Generated using TypeDoc