0.0.1 • Published 9 years ago

swaagger.d.ts v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

swagger.d.ts

Build Status

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