mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-13 22:37:14 +10:00
Merge branch 'main' of github.com:AmruthPillai/Reactive-Resume
This commit is contained in:
@@ -23,4 +23,4 @@ export const parseCSV = async (string: string) => {
|
||||
* @returns
|
||||
*/
|
||||
export const parseArrayLikeCSVEntry = (csvEntry: string) =>
|
||||
csvEntry.replace(/^\[/, "").replace(/$]/, "").split(",");
|
||||
csvEntry.replace(/^\[/, "").replace(/\]$/, "").split(",");
|
||||
|
||||
Reference in New Issue
Block a user