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