mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
Update version to 4.5.0 in package.json and adjust PO revision dates across multiple language files to reflect recent changes.
This commit is contained in:
@ -23,4 +23,5 @@ export const parseCSV = async (string: string) => {
|
||||
* @returns
|
||||
*/
|
||||
export const parseArrayLikeCSVEntry = (csvEntry: string) =>
|
||||
// eslint-disable-next-line unicorn/better-regex
|
||||
csvEntry.replace(/^\[/, "").replace(/\]$/, "").split(",");
|
||||
|
||||
Reference in New Issue
Block a user