UNPKG

@push.rocks/smarthbs

Version:

handlebars with better fs support

5 lines (4 loc) 175 B
/** * registers a directory of partials to make them available within handlebars compilation */ export declare let registerPartialDir: (dirPathArg: string) => Promise<any>;