smarthbs/dist/smarthbs.partials.d.ts
2019-09-10 17:58:14 +02:00

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>;