MACHIN
This commit is contained in:
5
32/node_modules/express-handlebars/dist/index.d.ts
generated
vendored
Normal file
5
32/node_modules/express-handlebars/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user