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.compile.d.ts
5 lines
(4 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
/** * compiles a directory and outputs it */
export
declare
let
compileDirectory
:
(
originDirPathArg
:
string
,
destinationDirPathArg
:
string
,
dataFileNameArg
:
string
) =>
Promise
<
void
>;