Update express-handlebars.d.ts

https://github.com/ericf/express-handlebars see "partialsDir" option can be an array with string or objects, so this should be any.
This commit is contained in:
Tom Grooffer 2015-11-22 02:57:03 +01:00
parent 0ea013a775
commit 02dafd4d5c

View File

@ -21,7 +21,7 @@ interface ExphbsOptions {
handlebars?: any;
extname?: string;
layoutsDir?: string;
partialsDir?: string;
partialsDir?: any;
defaultLayout?: string;
helpers?: any;
compilerOptions?: any;