* Create a new instance of localForage to point to a different store. * All the configuration options used by config are supported. * @param {LocalForageOptions} options
(options: LocalForageOptions)
| 93 | * @param {LocalForageOptions} options |
| 94 | */ |
| 95 | createInstance(options: LocalForageOptions): LocalForage; |
| 96 | |
| 97 | driver(): string; |
| 98 |
no outgoing calls
no test coverage detected