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) 247 B
export declare class NumberHelper { static toEnglishDigits(str: string): string; static toEnglishNumber(val: string): number; static toEnglishInt(val: string): number; static toEnglishFloat(val: string, decimal: number): number; }