mirror of
				https://gitea.com/actions/cache.git
				synced 2025-10-29 07:47:12 +00:00 
			
		
		
		
	Calling methods from same file
This commit is contained in:
		| @@ -5,4 +5,6 @@ async function restore(): Promise<void> { | ||||
|     await run(new StateOutputSetter()); | ||||
| } | ||||
|  | ||||
| restore(); | ||||
|  | ||||
| export default restore; | ||||
|   | ||||
| @@ -5,4 +5,6 @@ async function restoreOnly(): Promise<void> { | ||||
|     await run(new NonStateOutputSetter()); | ||||
| } | ||||
|  | ||||
| restoreOnly(); | ||||
|  | ||||
| export default restoreOnly; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sankalp Kotewar
					Sankalp Kotewar