Decorators Packages

butterfly-decorators

``` npm install butterfly-decorators ``` ## 使用 ``` ts // dir: api/Http.ts @Http({ baseUrl: 'http://127.0.0.1:8080', interceptors: { req(req: RequestConfig) { // doing... return req }, res(res: Response) { //

1.1.4 • Published 2 years ago