UNPKG

@logosnetwork/logos-webwallet-sdk

Version:

Create Logos wallets with or without a full Logos node

6 lines (5 loc) 165 B
interface Pattern { [currentPattern: string]: string | string[]; } declare const _default: (pattern: string, topic: string) => Pattern; export default _default;