Could hash
type be Record<string, any>
#2000
Closed
dargmuesli
started this conversation in
Ideas
Replies: 1 comment
-
See #2001. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could this
any
be turned toRecord<string, any>
?handlebars.js/types/index.d.ts
Line 48 in ae83edd
Record<string, string>
would be too strict, I guess.Beta Was this translation helpful? Give feedback.
All reactions