UNPKG
@wora/cache-persist
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc.2
2.0.0-rc.1
1.1.0
1.0.2
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
@wora Cache Persist
github.com/morrys/wora
morrys/wora
@wora/cache-persist
/
lib
/
createStorage.d.ts
3 lines
•
159 B
TypeScript
View Raw
1
2
3
import
{
ICacheStorage
}
from
'./CacheTypes'
;
export
declare
function
createStorage
(
type
:
string
):
ICacheStorage
;
//# sourceMappingURL=createStorage.d.ts.map