forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			297 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			297 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*! s.js (C) 2019-present SheetJS -- https://sheetjs.com */
 | |
| /* vim: set ts=2: */
 | |
| /// <reference path="../../xlsx.d.ts"/>
 | |
| export class DefinedName {
 | |
|     constructor(name) {
 | |
|         this._name = name;
 | |
|     }
 | |
|     ;
 | |
|     get raw() { return this._name; }
 | |
|     ;
 | |
| }
 | |
| ;
 | |
| //# sourceMappingURL=DefinedName.js.map
 |