文件名称:express-easy-helper:用于 express 的 Helper API(成功、错误请求、未经授权、禁止、未找到、不支持的操作、无效、错误)
文件大小:48KB
文件格式:ZIP
更新时间:2024-06-20 07:31:48
helper express success express-helper node-helper
快捷帮手 用于 express 的简单帮助模块 安装 纱 yarn add express-easy-helper 新产品经理 npm install express-easy-helper --save 用法 import { success , unauthorized , forbidden , error } from "express-easy-helper" ; import express from "express" ; const app = express ( ) ; // success app . get ( "/" , ( req , res ) => { success ( res , { hello : "world" } ) ; } ) ; // unauthorized app . get ( "/unauthorized" , ( req , r
【文件预览】:
express-easy-helper-master
----.DS_Store(6KB)
----yarn.lock(116KB)
----webpack.config.js(328B)
----src()
--------index.js(3KB)
----.babelrc(39B)
----example()
--------index.mjs(269B)
----LICENSE(1KB)
----README.md(1KB)
----dist()
--------lib.min.js(1KB)
----.gitignore(13B)
----package.json(983B)