Add simple support for SGB Oława
This commit is contained in:
@@ -64,3 +64,7 @@ export function parseAmount(input?: string): number|undefined {
|
||||
|
||||
return v;
|
||||
}
|
||||
|
||||
export function deduplicateSpaces(input: string): string {
|
||||
return input.replaceAll(/\s+/, " ");
|
||||
}
|
||||
Reference in New Issue
Block a user