Merge pull request #6877 from tomgrooffer/patch-1

Update express-handlebars.d.ts
This commit is contained in:
Horiuchi_H
2015-11-26 16:12:23 +09:00
+1 -1
View File
@@ -21,7 +21,7 @@ interface ExphbsOptions {
handlebars?: any;
extname?: string;
layoutsDir?: string;
partialsDir?: string;
partialsDir?: any;
defaultLayout?: string;
helpers?: any;
compilerOptions?: any;