We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
6f77cbb
Added is.unequal and is.notExactly to improve the usefulness of the-thing-is when checking for specific states of complex objects. For example:
is.unequal
is.notExactly
the-thing-is
the(thing).is({ foo: { equal:'foo' }, bar: { unequal:'foo' } })
9bc1ee6
Adds an is.match method for checking subjects against regular expressions.
is.match
b7dea5e
Added the is.instanceOf method to facilitate some model hierarchies in the-thing-is.
is.instanceOf
37def5a
A rebuilt test suite, some breaking changes to the api, and an additional regex check.