3 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			101 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // License: LGPL-3.0-or-later
 | |
| module.exports = g => g.quantity && (g.quantity - g.total_gifts <= 0)
 | |
| 
 | 
