UNPKG
@push.rocks/smarthbs
Version:
latest (3.0.3)
3.0.3
handlebars with better fs support
gitlab.com/pkunz/smarthbs
@push.rocks/smarthbs
/
dist_ts
/
smarthbs.partials.d.ts
5 lines
(4 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
/** * registers a directory of partials to make them available within handlebars compilation */
export
declare
let
registerPartialDir
:
(
dirPathArg
:
string
) =>
Promise
<
any
>;