UNPKG

fullcart

Version:

Add stripe checkout to any website

4 lines (3 loc) 161 B
import { map, task } from 'nanostores' import { fetchConfig } from '../utils/fetchConfig' export const config = map(await task(async () => await fetchConfig()))