External module "util/index"
		 
	 
	
		
			
			
				Functions
				
					
					Const combine
					
						- combine(str: string[], joiner?: string): string
 
					
					
						- 
							
							
							
Parameters
							
								- 
									
str: string[]
								 
								- 
									
Default value joiner: string = " "
								 
							
							Returns string
						 
					
				
				
					
					Const concat
					
						- concat(...str: string[]): string
 
					
					
						- 
							
							
							
Parameters
							
							Returns string
						 
					
				
				
					
					Const debounce
					
						- debounce<A>(f: function, delay: number): function
 
					
					
						- 
							
							
							
Type parameters
							
							Parameters
							
								- 
									
f: function
									
								 
								- 
									
delay: number
								 
							
							Returns function
							
						 
					
				
				
				
					
					Const replaceContent
					
						- replaceContent(r: Renderable, node: Node): void
 
					
					
				
			
		 
		
	 
 
 
combine the members of an array into one string.