diff --git a/README.md b/README.md index fddf3adf36..dfc5671f8d 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ List of Definitions * [PouchDB](http://pouchdb.com) (by [Bill Sears](https://github.com/MrBigDog2U/)) * [PreloadJS](http://www.createjs.com/#!/PreloadJS) (by [Pedro Ferreira](https://bitbucket.org/drk4)) * [QUnit](http://qunitjs.com/) (by [Diullei Gomes](https://github.com/Diullei)) +* [Restify](https://github.com/mcavage/node-restify) (by [Bret Little](https://github.com/blittle)) * [Rx.js](http://rx.codeplex.com/) (by [gsino](http://www.codeplex.com/site/users/view/gsino)) * [Raphael](http://raphaeljs.com/) (by [CheCoxshall](https://github.com/CheCoxshall)) * [require.js](http://requirejs.org/) (by [Josh Baldwin](https://github.com/jbaldwin/)) diff --git a/restify/restify.d.ts b/restify/restify.d.ts index 9d5edd93d9..3450b33b00 100644 --- a/restify/restify.d.ts +++ b/restify/restify.d.ts @@ -1,3 +1,8 @@ +// Type definitions for node.js REST framework 2.0 +// Project: https://github.com/mcavage/node-restify +// Definitions by: Bret Little +// Definitions: https://github.com/borisyankov/DefinitelyTyped + interface addressInterface { port: number; family: string;