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