mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
restfy header was normalized.
This commit is contained in:
parent
76b0933813
commit
1fd9f45cd2
@ -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/))
|
||||
|
||||
5
restify/restify.d.ts
vendored
5
restify/restify.d.ts
vendored
@ -1,3 +1,8 @@
|
||||
// Type definitions for node.js REST framework 2.0
|
||||
// Project: https://github.com/mcavage/node-restify
|
||||
// Definitions by: Bret Little <https://github.com/blittle>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface addressInterface {
|
||||
port: number;
|
||||
family: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user