Skip to content

Commit

Permalink
chore: update jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sabhas committed Feb 21, 2023
1 parent 82b9426 commit 019e933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file/csvFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const readCsv = async (csvFilePath: string): Promise<string[][]> => {
* creates a csv file at given path with provided data
* @param csvFilePath location where to create file
* @param csvData data which needs to be populated in file
* @param options a object which specify header and contains an array of column names
* @param headers an array of column names
*/
export const createCsv = async <T extends Row[]>(
csvFilePath: string,
Expand Down

0 comments on commit 019e933

Please sign in to comment.