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.postprocess.d.ts
6 lines
(5 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
/** * allows you to keep handlebars in place across multiple iterations * helpful when handlebars syntax is used by more than one tool in a build chain */
export
declare
let
postprocess
:
(
stringArg
:
string
) =>
Promise
<
string
>;