auto-async-wrap:用于expressjs错误处理程序的自动异步中间件包装器

时间:2024-02-25 19:33:42
【文件属性】:

文件名称:auto-async-wrap:用于expressjs错误处理程序的自动异步中间件包装器

文件大小:41KB

文件格式:ZIP

更新时间:2024-02-25 19:33:42

javascript middleware wrapper express es6

AutoAsyncWrap 用于expressjs的自动异步中间件包装器。 安装 $ npm install auto-async-wrap --save 用法 import { Router } from 'express' import autoAsyncWrap from 'auto-async-wrap' const router = Router ( ) router . use ( [ 'every middlewares what you use.' ] ) router . use ( errorHandler ) // after all middlewares are r


【文件预览】:
auto-async-wrap-master
----.eslintrc.json(650B)
----src()
--------index.js(439B)
----.babelrc(105B)
----lib()
--------index.js(706B)
----LICENSE(1KB)
----README.md(1KB)
----.npmrc(60B)
----.editorconfig(370B)
----.gitignore(914B)
----package-lock.json(146KB)
----package.json(843B)
----.nvmrc(3B)

网友评论