(namespace: string, noSession?: true)
| 37 | isFake(): boolean; |
| 38 | keys(fillList?: string[]): string[]; |
| 39 | namespace(namespace: string, noSession?: true): ILsStore; |
| 40 | remove(key: any, alt?: any): any; |
| 41 | set(key: any, data: any, overwrite?: boolean): any; |
| 42 | setAll(data: Object, overwrite?: boolean): IStoredData; |
no outgoing calls
no test coverage detected