mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import MastodonAPI from '@/mastodon/api_client'
 | |
| 
 | |
| export function cancel(client: MastodonAPI.Client) {
 | |
|   return client.cancel()
 | |
| }
 |