mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-28 03:54:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export const wellKnownServices = [
 | |
| 	['twitter.com', username => `https://twitter.com/${username}`],
 | |
| 	['github.com', username => `https://github.com/${username}`],
 | |
| ] as [string, (username: string) => string][];
 |