feat(core): Added new afterburner logic for specific bank reference

This commit is contained in:
2024-07-06 15:50:51 +02:00
commit 71ca4a0c6d
14 changed files with 6769 additions and 0 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@fin.cx/mt940parser',
version: '1.1.0',
description: 'A parser to process and extract statements from MT940 format files, commonly used by banks for electronic account statements.'
}