express-decorators::keyboard:由TypeScript装饰器提供支持的Express应用程序

时间:2024-03-18 20:08:12
【文件属性】:

文件名称:express-decorators::keyboard:由TypeScript装饰器提供支持的Express应用程序

文件大小:48KB

文件格式:ZIP

更新时间:2024-03-18 20:08:12

TypeScript

特快班 (如果您想得到一些体面的东西,请查看nestjs) :keyboard: 由TypeScript装饰器提供支持的Express应用程序。 例子 import { NextFunction , Request , Response } from 'express' ; import { get , start , use , resolver } from 'express-class' ; // these only need to be loaded. Not instantiated @ resolver ( '' ) class main { @ get ( '/' ) req ( _req : Request , res : Response , _next : NextFunction ) { res . status ( 200 ) ; res . json ( {


【文件预览】:
express-decorators-master
----build.ts(178B)
----.github()
--------workflows()
----yarn.lock(101KB)
----.prettierignore(4B)
----src()
--------index.ts(804B)
--------test.ts(942B)
--------decorators.ts(2KB)
----tsconfig.json(474B)
----.prettierrc(122B)
----README.md(1KB)
----.gitignore(17B)
----package.json(1KB)

网友评论