Files
super_ball/thrower_daemon/node_modules/nostr-wasm/dist/gzipped.d.ts
2025-09-29 07:21:46 -04:00

4 lines
134 B
TypeScript

export * from './headless.js';
import { type Nostr } from './api/nostr.js';
export declare const initNostrWasm: () => Promise<Nostr>;