mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 00:28:51 +00:00
import from core.ts instead of pure.ts whenever possible.
This commit is contained in:
2
pool.ts
2
pool.ts
@@ -1,7 +1,7 @@
|
||||
import { Relay, SubscriptionParams, Subscription } from './relay.ts'
|
||||
import { normalizeURL } from './utils.ts'
|
||||
|
||||
import type { Event } from './pure.ts'
|
||||
import type { Event } from './core.ts'
|
||||
import { type Filter } from './filter.ts'
|
||||
|
||||
export type SubCloser = { close: () => void }
|
||||
|
||||
Reference in New Issue
Block a user