Closed
Description
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Expose the errors
module so it can be imported e.g. const errors = require('errors');
That way we could easily throw Node.js errors without duplicating them like this.
Describe alternatives you've considered
No, duplicates increase the package size.