0.0.8-runnable β€’ Published 10 months ago

@miensoap/express-annotations v0.0.8-runnable

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

@miensoap/express-annotations 😸

μ§€μ›ν•˜λŠ” κΈ°λŠ₯

  • @Controller()
    • @Get()
    • @Post()
    • @Delete()
    • @Put()
    • @Patch()
  • @Component()
  • @Autowired()

μ„€μΉ˜

npm i @miensoap/express-annotations

μ‚¬μš© μ˜ˆμ‹œ

// tsconfig.json
{
  "compilerOptions": {
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true,
    "esModuleInterop": true,
    "target": "ES6",
    "module": "nodenext",
  }
}
0.0.8-runnable

10 months ago

0.0.8-d

10 months ago

0.0.8-c

10 months ago

0.0.8-b

10 months ago

0.0.8-a

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago