mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Remove node.d.ts reference from socket.io-client declaration
* For client side (browser) not needed this reference
* Some apps can fail if reference presents
This commit is contained in:
-2
@@ -3,8 +3,6 @@
|
||||
// Definitions by: PROGRE <https://github.com/progre/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path='../node/node.d.ts' />
|
||||
|
||||
declare var io: SocketIOClientStatic;
|
||||
|
||||
declare module 'socket.io-client' {
|
||||
|
||||
Reference in New Issue
Block a user