mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 18:34:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { StateOutputSetter } from "./outputSetter";
 | |
| import run from "./restoreImpl";
 | |
| 
 | |
| async function restore(): Promise<void> {
 | |
|     await run(new StateOutputSetter());
 | |
| }
 | |
| 
 | |
| export default restore;
 | 
