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.

10 lines (9 loc) 211 B
export declare class Slugify { /** * Convert string to proper hashtag * @returns {string} * @param string * @param options */ static apply(string: any, options?: any): string; }