import { attemptStore } from '@intuned/runtime'; export declare const attemptStore: Store;
Store
export interface Store { get(key: string): any; set(key: string, value: any): void; }
get
undefined
set