Options
All
  • Public
  • Public/Protected
  • All
Menu

Module app/_helpers/read-csv

Index

Functions

Functions

readCsv

  • readCsv(input: any): any[] | void
  • Reads a csv file and converts it to an array.

    Parameters

    • input: any

      The file to be read.

    Returns any[] | void

    An array of the read data.

Generated using TypeDoc