mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +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:
+1
-1
@@ -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