Docs for isError()
There is an exported method called isError(): https://github.com/bodenr/errors/blob/master/lib/errors.js#L112
This should be added to the docs as it's very useful for differentiating between errors created by this module and other errors.
See http://stackoverflow.com/questions/37070083/error-objects-native-and-custom-how-to-tell-the-difference.
Are you suggesting isError() should be added to the Readme?
Technically the Readme is not the API docs, but rather an overview of the main features of the module. In the source, the method is documented and to the best of my knowledge should compile into the API docs if you build them https://github.com/bodenr/errors#api-docs
Thanks @bodenr
Technically you're correct of course, it's just a lot of people include the API docs in the root README.md file.
I can see isError() now: https://github.com/bodenr/errors/blob/master/doc/md/errors.md#iserrorerr
Was that there 26 days ago when I posted this issue, or have you updated it..?