Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 752 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 752 Bytes

@ashleymays/nodejs-utils

A collection of utility functions and other useful code snippets for Node.js and Express.js projects.

Name Description
catch-errors A wrapper for asynchronous request handlers in Express.js.
custom-errors A collection of custom error constructors for common scenarios. Includes themost applicable status codes, and a default error message.