Before submitting a Pull Request, please test your code. If you created a new created a new feature, then create the unit test function, too.
# COMPILE & TEST AT ONCE
npm run build
####
# SPECIAL COMMANDS
####
tsc # COMPILE ONLY
npm run test # TEST ONLY
npm run clean # CLEAN COMPILED RESULTS UP
comp: Comparator = less
Before submitting a Pull Request, please test your code. If you created a new created a new feature, then create the unit test function, too.
Learn more about the CONTRIBUTING