mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Merge pull request #9871 from thgreasi/patch-2
fix(localforage): fix driver() method to return string
This commit is contained in:
Vendored
+1
-1
@@ -52,7 +52,7 @@ interface LocalForage {
|
||||
config(options: LocalForageOptions): boolean;
|
||||
createInstance(options: LocalForageOptions): LocalForage;
|
||||
|
||||
driver(): LocalForageDriver;
|
||||
driver(): string;
|
||||
/**
|
||||
* Force usage of a particular driver or drivers, if available.
|
||||
* @param {string} driver
|
||||
|
||||
Reference in New Issue
Block a user