UNPKG

swagger-express-ts

Version:
1 lines 1.74 kB
{"version":3,"sources":["../../lib/swagger-express-ts-lib/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EACH,oBAAoB,EACpB,eAAe,GAClB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACH,qBAAqB,EACrB,gBAAgB,GACnB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACH,oBAAoB,EACpB,eAAe,GAClB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACH,sBAAsB,EACtB,iBAAiB,GACpB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACH,uBAAuB,EACvB,kBAAkB,GACrB,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EACH,qBAAqB,EACrB,gBAAgB,GACnB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEhE,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC","file":"index.d.ts","sourcesContent":["import 'reflect-metadata';\n\nexport { IApiPathArgs, ApiPath } from './api-path.decorator';\nexport {\n IApiOperationGetArgs,\n ApiOperationGet,\n} from './api-operation-get.decorator';\nexport {\n IApiOperationPostArgs,\n ApiOperationPost,\n} from './api-operation-post.decorator';\nexport {\n IApiOperationPutArgs,\n ApiOperationPut,\n} from './api-operation-put.decorator';\nexport {\n IApiOperationPatchArgs,\n ApiOperationPatch,\n} from './api-operation-patch.decorator';\nexport {\n IApiOperationDeleteArgs,\n ApiOperationDelete,\n} from './api-operation-delete.decorator';\n\nexport {\n IApiModelPropertyArgs,\n ApiModelProperty,\n} from './api-model-property.decorator';\nexport { IApiModelArgs, ApiModel } from './api-model.decorator';\n\nexport { SwaggerDefinitionConstant } from './swagger-definition.constant';\nexport { express, ISwaggerExpressOptions } from './express.configurator';\nexport { build } from './swagger.builder';\n"]}