smarthbs/dist/smarthbs.partials.d.ts

5 lines
174 B
TypeScript
Raw Normal View History

2017-03-19 16:14:28 +00:00
/**
* registers a directory of partials to make them available within handlebars compilation
*/
export declare let registerPartialDir: (dirPathArg: string) => Promise<{}>;