保存进度!
This commit is contained in:
		
							
								
								
									
										13
									
								
								code/ts/后端辅助工具/src/DataType/Template.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								code/ts/后端辅助工具/src/DataType/Template.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
 | 
			
		||||
interface Point
 | 
			
		||||
{
 | 
			
		||||
    x: number;
 | 
			
		||||
    y: number;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function radius<TPoint>(): TPoint
 | 
			
		||||
{
 | 
			
		||||
    result: TPoint;
 | 
			
		||||
 | 
			
		||||
    return result;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user