General code clean up

This commit is contained in:
Scott Idem
2024-06-24 14:42:14 -04:00
parent 31ba1c9200
commit 0c4185f74c
16 changed files with 56 additions and 44 deletions

View File

@@ -669,7 +669,7 @@ export let shorten_string = function shorten_string(
begin_length=15,
end_length=5,
wildcard_length=3
} : {
}: {
string: string,
max_length?: number,
begin_length?: number,
@@ -726,7 +726,7 @@ function shorten_filename(
max_length=20,
slice_end_at=15,
max_end_length=5
} : {
}: {
filename: string,
max_length?: number,
slice_end_at?: number,