smartenv.exportEnv and smartenv.importEnv added
This commit is contained in:
		
							
								
								
									
										10
									
								
								ts/index.ts
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								ts/index.ts
									
									
									
									
									
								
							@@ -29,6 +29,14 @@ smartenv.register = function(objectArg,paramName = "undefined") {
 | 
			
		||||
};
 | 
			
		||||
smartenv.get = function(keyName) {
 | 
			
		||||
    return smartenv.items[keyName];
 | 
			
		||||
}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
smartenv.exportEnv = function() {
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
smartenv.importEnv = function() {
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
module.exports = smartenv;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user