fix(core): update

This commit is contained in:
2023-03-27 23:13:37 +02:00
parent 8766f43366
commit f0e981e13e
9 changed files with 4569 additions and 11307 deletions

View File

@@ -20,7 +20,7 @@ export class SmartValidator {
/**
* might be buggy. TODO: Improve.
* @param stringArg
* @returns
* @returns
*/
public isCsv(stringArg: string) {
return stringArg.split(',').length > 4 || stringArg.split(';').length > 4;