UNPKG

ng-yunzai-mobile

Version:

1. 修改wechat.micro.ts

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