super_ball/thrower_daemon/node_modules/nostr-wasm/dist/gzipped.d.ts

4 lines
134 B
TypeScript

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