An X12 parser built using the NodeJS stream API, which can handle very large files and significantly improves processing time by reducing RAM usage. This parser was built using only JS and native NodeJS APIs, the only dependencies in use are dev dependencies.
? Fully typed
? Zero production dependencies
? 100% code coverage
? Supports large multi-gigabyte files
?? Native NodeJS streams, easily stream into DB, cloud storage, or anything that accepts a pipe.
? Exports CJS & ESM…