mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 14:18:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { takeLast } from '../../operator/takeLast';
 | |
| declare module '../../Observable' {
 | |
|     interface Observable<T> {
 | |
|         takeLast: typeof takeLast;
 | |
|     }
 | |
| }
 | 
