Function getCsvCellFromProperty

  • The getCsvCellFromProperty function retrieves the value of a property from an object and converts it to a string suitable for inclusion in a CSV file using the stringifyCsvCellValue function. It takes an object and the name of the property to retrieve as parameters.

    Type Parameters

    • T

    Parameters

    • item: T
    • key: string

    Returns string

Generated using TypeDoc