mirror of
https://github.com/zebrajr/Reactive-Resume.git
synced 2025-12-06 00:20:04 +01:00
Merge branch 'main' of github.com:AmruthPillai/Reactive-Resume
This commit is contained in:
commit
c54cfebf5f
|
|
@ -23,4 +23,4 @@ export const parseCSV = async (string: string) => {
|
|||
* @returns
|
||||
*/
|
||||
export const parseArrayLikeCSVEntry = (csvEntry: string) =>
|
||||
csvEntry.replace(/^\[/, "").replace(/$]/, "").split(",");
|
||||
csvEntry.replace(/^\[/, "").replace(/\]$/, "").split(",");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user