Remove mark methods from tags, move types dependencies to deps

This commit is contained in:
Jon Staab
2024-05-07 10:51:20 -07:00
parent f96bee686e
commit 199dbca32a
12 changed files with 20 additions and 31 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import WebSocket from "isomorphic-ws"
import {Deferred, defer} from '@welshman/lib'
import type {Message} from '@welshman/util'
export type Message = [string, ...any[]]
export type PlexMessage = [{relays: string[]}, Message]