UNPKG

@apicart/store-sdk

Version:

Apicart SDK for integrating store into any web application

9 lines (7 loc) 206 B
/** * Utils.js v1.0.0-alpha7 * (c) 2018-2020 Apicart Company * Released under the MIT License. */ export { default as Store } from './Store'; export { default as StoreBrowser } from './StoreBrowser';