diff options
Diffstat (limited to 'download-utils.js')
-rw-r--r-- | download-utils.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/download-utils.js b/download-utils.js index 0156bdc..17b59a0 100644 --- a/download-utils.js +++ b/download-utils.js @@ -1,3 +1,9 @@ +/* + Author: sotech117 + License: Educational under Brown University + Date: 1/22/24 + */ + // citation: https://www.geeksforgeeks.org/how-to-create-and-download-csv-file-in-javascript/ // performs a downloadUtils of a csv file, given a string buffer in the format of csv text |