mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
restfy header was normalized.
This commit is contained in:
Vendored
+5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user