UNPKG

@yoot/shopify

Version:

Shopify adapter for @yoot/yoot

19 lines (18 loc) 420 B
/** * 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';