smarthbs/dist/smarthbs.postprocess.d.ts

6 lines
230 B
TypeScript
Raw Normal View History

2019-09-10 15:58:14 +00:00
/**
* 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>;