(key: any)
| 34 | get(key: any, alt?: any): any; |
| 35 | getAll(fillObj?: IStoredData): IStoredData; |
| 36 | has(key: any): boolean; |
| 37 | isFake(): boolean; |
| 38 | keys(fillList?: string[]): string[]; |
| 39 | namespace(namespace: string, noSession?: true): ILsStore; |
no outgoing calls
no test coverage detected