UNPKG

ez-shp-storefront

Version:

A helper function collection for Shopify storefront.

10 lines (9 loc) 252 B
import { EventBus } from "./eventBus"; export declare class Fetch { private eventBus; static instance: Fetch; private constructor(); static getInstance(): Fetch; setEventBus(eventBus: EventBus): this; getEventBus(): EventBus; }