5 lines
174 B
TypeScript
5 lines
174 B
TypeScript
/**
|
|
* registers a directory of partials to make them available within handlebars compilation
|
|
*/
|
|
export declare let registerPartialDir: (dirPathArg: string) => Promise<{}>;
|