smarthbs/dist/smarthbs.partials.d.ts

5 lines
175 B
TypeScript
Raw Normal View History

2019-09-10 15:58:14 +00:00
/**
* registers a directory of partials to make them available within handlebars compilation
*/
export declare let registerPartialDir: (dirPathArg: string) => Promise<any>;