mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00: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:
parent
0ea013a775
commit
02dafd4d5c
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user