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.

7 lines (6 loc) 219 B
export declare class SEO { static GetPageTitleScore(value: any): number; static GetPageURLScore(value: any): number; static GetPageDescription(value: any): number; static CTRScore(value: any): number; }