UNPKG

ng-yunzai-mobile

Version:

1. 适配yunzai_uni_app_x

8 lines (7 loc) 278 B
import { ITokenModel } from './itoken.model'; import { IStore } from './istore.interface'; export declare class SessionStorageStore implements IStore { get(key: string): ITokenModel; set(key: string, value: ITokenModel): boolean; remove(key: string): void; }