mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 08:38:50 +00:00
Refactor imports: use file extension, improve tree shaking, update tests
This commit is contained in:
10
nip57.ts
10
nip57.ts
@@ -1,13 +1,13 @@
|
||||
import {bech32} from '@scure/base'
|
||||
|
||||
import {
|
||||
Event,
|
||||
EventTemplate,
|
||||
Kind,
|
||||
validateEvent,
|
||||
verifySignature,
|
||||
Kind
|
||||
} from './event'
|
||||
import {utf8Decoder} from './utils'
|
||||
type Event,
|
||||
type EventTemplate,
|
||||
} from './event.ts'
|
||||
import {utf8Decoder} from './utils.ts'
|
||||
|
||||
var _fetch: any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user