mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -23,9 +23,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
import { connection as WebSocket, IMessage } from 'websocket';
|
||||
import type { connection as WebSocket, IMessage } from 'websocket';
|
||||
|
||||
import EventTarget, { EventHandler } from './EventTarget';
|
||||
import type { EventHandler } from './EventTarget';
|
||||
import EventTarget from './EventTarget';
|
||||
|
||||
import * as durations from '../util/durations';
|
||||
import { dropNull } from '../util/dropNull';
|
||||
|
||||
Reference in New Issue
Block a user