Skip to content

Config

Used to easily access the config object.

Example

import { config } from 'fullcart'
const $config = config.get()

Since this is just the config object, your probably don’t need more advances features. If you do, please checkout the cart store or nanostores documentation.