refactor: extract imeta directly in text parser

This commit is contained in:
2024-01-08 11:14:35 +00:00
parent 29ca482511
commit a54924f339
5 changed files with 77 additions and 44 deletions

View File

@ -32,7 +32,6 @@ export * from "./pow-util";
export * from "./query-optimizer";
export * from "./encrypted";
export * from "./outbox-model";
export { parseIMeta } from "./utils";
export * from "./impl/nip4";
export * from "./impl/nip44";