Files
2025-12-29 14:59:44 +08:00

4 lines
190 B
TypeScript

export declare function getDate(timeStamp: number): string;
export declare const formatDiscount: (discount: number) => string;
export declare const formatAmount: (amount: number) => string;