smarthbs/dist/smarthbs.template.d.ts

6 lines
183 B
TypeScript
Raw Normal View History

2017-03-19 16:14:28 +00:00
/// <reference types="handlebars" />
/**
* get a template for a file on disk
*/
export declare let getTemplateForFile: (filePathArg: string) => Promise<HandlebarsTemplateDelegate>;