mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 16:48:50 +00:00
Refactor imports: use file extension, improve tree shaking, update tests
This commit is contained in:
@@ -6,9 +6,9 @@ import {
|
||||
validateEvent,
|
||||
verifySignature,
|
||||
getSignature,
|
||||
getPublicKey,
|
||||
Kind
|
||||
} from '.'
|
||||
Kind,
|
||||
} from './event.ts'
|
||||
import {getPublicKey} from './keys.ts'
|
||||
|
||||
describe('Event', () => {
|
||||
describe('getBlankEvent', () => {
|
||||
|
||||
Reference in New Issue
Block a user