DigiFi's Core Output Module for its Loan Origination System
The Rules-Based Outputs module is a module of DigiFi's open-source loan origination system ("LOS") and is required to create automated underwriting and verification strategies within the rules engine.
- Run
npm i @digifi-los/output
in your application
- Clone or download the zip file from this repository
- Run
npm i
in the root level
- Run
npm test
to run tests
Run npm uninstall @digifi-los/output
in your application