Update socket.io meta info

This commit is contained in:
Boris Yankov
2012-12-26 09:28:10 +01:00
committed by Damiano
parent 33c64e4345
commit cb1ba44af7
+7 -1
View File
@@ -1,4 +1,10 @@
///<reference path='node.d.ts' />
// Type definitions for socket.io
// Project: http://socket.io/
// Definitions by: William Orr <https://github.com/worr>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='../node/node-0.8.d.ts' />
declare module "socket.io" {
import http = module('http');