UNPKG

@push.rocks/smarthbs

Version:

handlebars with better fs support

6 lines (5 loc) 230 B
/** * 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>;