forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			310 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			310 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| "use strict";
 | |
| /*! s.js (C) 2019-present SheetJS -- https://sheetjs.com */
 | |
| /* vim: set ts=2: */
 | |
| Object.defineProperty(exports, "__esModule", { value: true });
 | |
| var Range = /** @class */ (function () {
 | |
|     function Range() {
 | |
|     }
 | |
|     return Range;
 | |
| }());
 | |
| exports.Range = Range;
 | |
| ;
 | |
| //# sourceMappingURL=Range.js.map
 |