mirror of
				https://github.com/1disk/edp445.git
				synced 2024-08-14 22:47:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			2 lines
		
	
	
		
			No EOL
		
	
	
		
			126 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			No EOL
		
	
	
		
			126 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| declare function cleverbot(stimlus: string, context?: string[], language?: string): Promise<string>;
 | |
| export default cleverbot; |