UNPKG
fullcart
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Add stripe checkout to any website
fullcart.dev
fullcart
/
src
/
stores
/
config.ts
4 lines
(3 loc)
•
161 B
text/typescript
View Raw
1
2
3
4
import
{ map, task }
from
'nanostores'
import
{ fetchConfig }
from
'../utils/fetchConfig'
export
const
config =
map
(
await
task
(
async
() =>
await
fetchConfig
()))