mirror of
				https://github.com/Dan6erbond/sk-auth.git
				synced 2025-10-26 10:22:56 +01:00 
			
		
		
		
	Export mergePath
				
					
				
			This commit is contained in:
		
							parent
							
								
									8af471699e
								
							
						
					
					
						commit
						39430c4dd8
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
function mergePath(basePaths: (string | null)[], path: string) {
 | 
					export function mergePath(basePaths: (string | null)[], path: string) {
 | 
				
			||||||
  if (path.startsWith("/")) {
 | 
					  if (path.startsWith("/")) {
 | 
				
			||||||
    path = path.slice(1);
 | 
					    path = path.slice(1);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user