UNPKG

190 BTypeScriptView Raw
1export declare function getDate(timeStamp: number): string;
2export declare const formatDiscount: (discount: number) => string;
3export declare const formatAmount: (amount: number) => string;