/**
 * Shopify adapter entry for Yoot, exported as both a `default` and a `named` export.
 *
 * @module @yoot/shopify
 * @packageDocumentation
 * @public
 *
 * @example Default import
 * ```ts
 * import shopify from '@yoot/shopify';
 * ```
 *
 * @example Named import
 * ```ts
 * import {shopifyAdapter} from '@yoot/shopify';
 * ```
 */
export { adapter as shopifyAdapter, adapter as default } from './core/adapter.ts';
