smarthbs/dist/smarthbs.template.d.ts
2017-03-19 17:14:28 +01:00

6 lines
183 B
TypeScript

/// <reference types="handlebars" />
/**
* get a template for a file on disk
*/
export declare let getTemplateForFile: (filePathArg: string) => Promise<HandlebarsTemplateDelegate>;