@sundial/koa_rest
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

usage

@Controller("/api")
class HelloController {
  @Get("/hello")
  async hello(ctx) {
    ctx.body = "hello world!";
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @sundial/koa_rest

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

11.1 kB

Total Files

15

Last publish

Collaborators

  • dum3ng