hi all,
This library introduces some types that don't exist in ES5 and I found it slightly annoying to do a guesswork, which type starts with capital letter and which does not.
I couldn't find the list of types in Chai documentation website. Even if it's there hidden somewhere, it would be nice to add the list of all types that this library produces in this library's README.
For example (with correct capitalisation):
string << lowercase
Object << uppercase
Function << uppercase
boolean << lowercase
- ...
and so on..
What do you think?