smarthbs/dist/smarthbs.partials.d.ts
2017-03-19 17:14:28 +01:00

5 lines
174 B
TypeScript

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