swaagger.d.ts
v0.0.1
Published
Swagger Interface for TypeScript
Downloads
5
Readme
swagger.d.ts
Swagger Type Interface For TypeScript
Usage
Installation
Install with npm
npm install --save swagger.d.ts
Include the reference
comment then use Swagger.Spec
type. Other sub-types are also available.
/// <reference path="path/to/swagger.d.ts"/>
var mySwaggerSpec: Swagger.Spec = { /*... */ };
Development
Running tests
Install Node.js and run:
npm test
License
MIT