mt940-js
mt940-js copied to clipboard
A mt940 isomorphic Javascript parser
The promised based API was actually a blocking API in disguise, and we have had some performance issues using this library in production on some larger mt940 files. This PR...
Hi! I've been working on extending this library and thought I would push some of my changes upstream to this library. The main changes: * Use eslint over (deprecated) tslint...
Hello, I must first thank you for your work as this has helped us a lot. I found an issue during transaction ID generation that you might want to fix....
Hi @webschik, I ran into the following error while trying to use the library in a clean environment: ```bash [ERROR] 18:40:31 Error: Cannot find module 'tslib' Require stack: - tests/node_modules/mt940-js/lib/tags/closing-available-balance.js...
Hello. This library accept only raw binary (`Uint8Array` or `Buffer`) on input but give strings at output. Inside `src/utils/buffer-to-text.ts` is fixed mapping - single input byte to unicode character. Only...
see https://unpkg.com/#workflow