UNPKG

@yoot/shopify

Version:

Shopify adapter for @yoot/yoot

10 lines (9 loc) 246 B
import type { Adapter } from '@yoot/yoot'; export { adapter }; /** * An adapter for Shopify URLs. * * @remarks Supports `cdn.shopify.com` URLs and maps `yoot` directives to Shopify path segments. * @public */ declare const adapter: Adapter;