Update socket.io meta info

This commit is contained in:
Boris Yankov
2012-12-07 19:14:36 +02:00
parent 9bca26376b
commit 0e64515389
+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');