UNPKG

@eastsideco/escshopify

Version:

WIP JS library for Shopify, containing a variety of useful functionality.

15 lines (12 loc) 295 B
import Cart from './Cart'; import Shop from './Shop'; class Entities { constructor() { /** @type {src/entities/Cart.js~Cart} */ this.Cart = Cart; /** @type {src/entities/Shop.js~Shop} */ this.Shop = Shop; } } /** @ignore */ export default new Entities;