mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-10-14 05:48:31 +00:00
Delete unnecessary Symbol
This commit is contained in:

committed by
Alberto Iannaccone

parent
b97af32bb8
commit
f9da9fc24b
@@ -1,7 +1,6 @@
|
||||
import { Event } from '@theia/core/lib/common/event';
|
||||
import * as WebSocket from 'ws';
|
||||
|
||||
export const WebSocketProvider = Symbol('WebSocketProvider');
|
||||
export interface WebSocketProvider {
|
||||
getAddress(): WebSocket.AddressInfo;
|
||||
sendMessage(message: string): void;
|
||||
|
Reference in New Issue
Block a user