4 lines
		
	
	
		
			190 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			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;
 |