mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-04 11:35:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			278 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			278 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import ExpressHandlebars from "./express-handlebars";
 | 
						|
import type { ConfigOptions, Engine } from "../types";
 | 
						|
export { ExpressHandlebars };
 | 
						|
export declare function create(config?: ConfigOptions): ExpressHandlebars;
 | 
						|
export declare function engine(config?: ConfigOptions): Engine;
 |