Type alias CodeBlockMatchFunction
 
CodeBlockMatchFunction: ((full: string, language: string, body: string) => void)
Type declaration
- 
- (full: string, language: string, body: string): void
 
- 
Parameters
- 
full: string
 
- 
language: string
 
- 
body: string
 
 
Returns void
 
 
  
Code block match function.