mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Update socket.io meta info
This commit is contained in:
Vendored
+7
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user