UNPKG

@web3auth/no-modal

Version:
4 lines (3 loc) 213 B
import type { IWeb3AuthState } from "./interfaces"; export declare function cookieToWeb3AuthState(cookie?: string | null): IWeb3AuthState; export declare function parseCookie(cookie: string, key: string): string;