forked from sheetjs/sheetjs
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			316 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			316 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|  | "use strict"; | ||
|  | /*! s.js (C) 2019-present SheetJS -- https://sheetjs.com */ | ||
|  | /* vim: set ts=2: */ | ||
|  | function __export(m) { | ||
|  |     for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
|  | } | ||
|  | Object.defineProperty(exports, "__esModule", { value: true }); | ||
|  | __export(require("./index")); | ||
|  | //# sourceMappingURL=umd.js.map
 |