文件名称:koa-router-decorators:koa路由器ES7装饰器
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-24 12:06:32
TypeScript
Koa路由器装饰器 用于koa-router模型的ES7装饰器。 安装 $ npm i koa-router-decorators --save 用法 该库支持babel和typescript支持的。 与巴贝尔使用它,你应该启用实验es7.decorators通天功能描述。 与打字稿使用它,你应该启用experimentalDecorators和emitDecoratorMetadata在tsconfig.json @route(path, HttpMethod, ...middleware) optional middlewares are added before the target method. 有关更多示例,请参见 例子 import { route , HttpMethod } from 'koa-router-decorators' ; import User from
【文件预览】:
koa-router-decorators-master
----.gitignore(2KB)
----package.json(1KB)
----tslint.json(705B)
----src()
--------index.ts(2KB)
--------utils.ts(432B)
----LICENSE(1KB)
----index.js(35B)
----tsconfig.json(551B)
----README.md(3KB)
----tsd.json(720B)
----.npmignore(58B)
----typings()
--------koa-router()
--------typescriptApp.d.ts(54B)
----.gitattributes(11B)
----test()
--------masala-chai.ts(205B)
--------tsconfig.json(475B)
--------route.spec.ts(1KB)
--------mocha.opts(65B)
----.editorconfig(243B)