smarthbs/dist/smarthbs.partials.d.ts

5 lines
175 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
*/
2017-05-01 14:57:53 +00:00
export declare let registerPartialDir: (dirPathArg: string) => Promise<any>;