express-async-handler
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "express-async-handler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Express Error Handler for Async Functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,1 +23,7 @@ Simple middleware for handling exceptions inside of async express routes and passing them to your express error handlers. | ||
``` | ||
#### Import in Typescript: | ||
```javascript | ||
import * as asyncHandler from 'express-async-handler' | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2882
6
16
29