Thanks for your interest in contributing to qparse.
- Install node.js 12.x or above.
- Run
npm install
from the project root.
- The project source code is located under
/lib
- The test files end with
.spec.ts
Run npm test
Please ensure that your proposed changes include test cases, if practical.