This project is to utilize when we want to assert some params, it can be string, number or any instance of any class. The motivation behind this is to avoid if-else chains just to validate the parameters. see https://stackoverflow.com/q/73795540/2961427 for more details.
TODO: Update this [In Progress]
- Clone the repository
- Create a branch (
[your-github-username]/[bug-or-task-name]
) - Check out your branch and do the changes, and add the test case.
- Run
npm run lint
,npm run
format` to clean the code - Run
npm run test
, make sure existing and new tests should pass or else the pull request will be rejected. - Commit the changes to your branch.
- Create a pull request for
develop
branch and tag reviewers.
TODOs:
- Add more assertor for classes and instances
- Create test cases for all the assertors
- Update the README.md