mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
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:
2
express-handlebars/express-handlebars.d.ts
vendored
2
express-handlebars/express-handlebars.d.ts
vendored
@@ -21,7 +21,7 @@ interface ExphbsOptions {
|
||||
handlebars?: any;
|
||||
extname?: string;
|
||||
layoutsDir?: string;
|
||||
partialsDir?: string;
|
||||
partialsDir?: any;
|
||||
defaultLayout?: string;
|
||||
helpers?: any;
|
||||
compilerOptions?: any;
|
||||
|
||||
Reference in New Issue
Block a user