Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Add check method to fetch a key content and compare it
BREAKING CHANGE: All data queries methods now throw a TypeError exception instead of returning `undefined` when a key doesn't exist. __Migration guide__ `has` or `check` method should be used before data queries if the key may not exist. You can also wrap the call in a try/catch statement.
- Loading branch information