TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1import { ShopifyStoreConnector, type ConnectorMeta } from '@rareindex/connectors';23/**4 * Stanley Gibbons online shop (shop.stanleygibbons.com) — Shopify storefront read through the shared5 * adapter; collections → taxonomy mapping, currency and seller live in meta.json.6 */7export default (meta: ConnectorMeta) => new ShopifyStoreConnector(meta);8