| 1 | interface LocalForageDbInstanceOptions { |
| 2 | name?: string; |
| 3 | |
| 4 | storeName?: string; |
| 5 | } |
| 6 | |
| 7 | interface LocalForageOptions extends LocalForageDbInstanceOptions { |
| 8 | driver?: string | string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…