UNPKG

278 BTypeScriptView Raw
1import ExpressHandlebars from "./express-handlebars";
2import type { ConfigOptions, Engine } from "../types";
3export { ExpressHandlebars };
4export declare function create(config?: ConfigOptions): ExpressHandlebars;
5export declare function engine(config?: ConfigOptions): Engine;