nip77: adds wrapper for negentropy and fallback for yieldThread MessageChannel

This commit is contained in:
max-gy
2025-10-14 20:00:13 +02:00
committed by fiatjaf_
parent 1e0f393268
commit e19db61bec
5 changed files with 158 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ export * as nip47 from './nip47.ts'
export * as nip54 from './nip54.ts'
export * as nip57 from './nip57.ts'
export * as nip59 from './nip59.ts'
export * as nip77 from './nip77.ts'
export * as nip98 from './nip98.ts'
export * as kinds from './kinds.ts'