UNPKG

@selldone/sdk-storefront

Version:

A TypeScript SDK to connect to your shop and build a fully functional storefront and website by simply developing a frontend web application. All backend operations are seamlessly managed by the serverless Selldone solution.

12 lines (11 loc) 286 B
declare global { interface Console { style: { (...args: any): void; wrap?: (text: string, rules: string) => string; }; errorStyle: (...args: any[]) => void; colors: Record<string, (text: string) => string>; } } export {};