add parseReferences() for NIP-10 and NIP-27.

This commit is contained in:
fiatjaf
2023-03-26 09:44:33 -03:00
parent 5a63c75f24
commit 8818e4f88a
4 changed files with 187 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ export * from './relay'
export * from './event'
export * from './filter'
export * from './pool'
export * from './references'
export * as nip04 from './nip04'
export * as nip05 from './nip05'