mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-30 00:05:58 +02: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;
|