UNPKG
@fmal/cerebral-storage
Version:
latest (1.1.0)
next (1.0.3-1654608821202)
1.1.0
1.0.3-1654608821202
1.0.2
1.0.2-1602948849571
1.0.1
1.0.1-1577985485537
1.0.0
1.0.0-1571050487690
Storage provider for Cerebral
github.com/fmal/monorepo
fmal/monorepo
@fmal/cerebral-storage
/
dist
/
ts
/
factories
/
setStorage.d.ts
3 lines
(2 loc)
•
177 B
TypeScript
View Raw
1
2
3
import
{
ActionCtx
}
from
'./types'
;
export
default
function
setStorageFactory
(
key
:
string
,
value
:
string
):
(
{ storage, resolve, path }:
ActionCtx
) =>
Promise
<
any
> |
undefined
;