UNPKG

ez-shp-storefront

Version:

A helper function collection for Shopify storefront.

10 lines (9 loc) 214 B
export declare class Logger { static instance: Logger; private isEnabled; private constructor(); static getInstance(): Logger; enable(): void; disable(): void; debug(data: any): void; }