Lyubomir Ternavskiy
Lyubomir Ternavskiy
Implemented type guards to improve readability and type safety in the `diff` function. Specifically, added helper functions `isObject`, `isArray`, and `isRichType` to encapsulate type checks. It pretty much fixes redundancy...
First things first, JPRQ is an amazing tool I really enjoy using! Saves me a lot of time and money. There is a little issue I encounter sometimes, usually when...
## Description ## Proposed Changes Fixed issue #33 by adding the necessary error messages, classes, and methods to add the UrlValidationContract. ## Review Checklist - [x] I have read the...