(fillObj?: IStoredData)
| 33 | each(callback: (key: any, data: any) => false | any): ILsStore; |
| 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[]; |
no outgoing calls
no test coverage detected