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
+1 -1
View File
@@ -1,5 +1,5 @@
import {Emitter} from '@welshman/lib'
import type {Message} from '@welshman/util'
import type {Message} from '../Socket'
import type {Connection} from '../Connection'
export class Relay extends Emitter {