| 1 | import { bytesToHex, hexToBytes } from "@noble/hashes/utils.js"; |
| 2 | import { mockIPC, mockWindows } from "@tauri-apps/api/mocks"; |
| 3 | import { decode } from "nostr-tools/nip19"; |
| 4 | import { finalizeEvent, getPublicKey } from "nostr-tools/pure"; |
nothing calls this directly
no test coverage detected