mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Manual dependencies update (#4298)
* Manual dependencies update * Manual dependencies update - e2es fix --------- Co-authored-by: datguychen <adam.swiderski@hyland.com>
This commit is contained in:
@@ -169,4 +169,14 @@ export class Utils {
|
||||
return Object.keys(entries).some((entry) => entry.includes(name));
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Method used trim all elements of an array from all spaces characters
|
||||
*
|
||||
* @param arr array needed to be trimmed
|
||||
*
|
||||
*/
|
||||
static trimArrayElements(arr: string[]): string[] {
|
||||
return arr.map((element) => element.trim());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user