-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property 'VERSION' does not exist on type 'typeof Handlebars' #1647
Comments
Can you open a PR for that? Please also include a test in test.ts . It would also be nice to have the documentation updated (the API reference on handlebarsjs.com) to include this feature. |
Hi, sorry, how do you run tests in |
|
published in 4.7.3 |
Thanks!! |
Hi,
Just a simple request. When calling
handlebars.VERSION
, the error message Property 'VERSION' does not exist on type 'typeof Handlebars' appears when using Typescript. I believe this is just a simple fix in the index.d.ts file. Thanks.The text was updated successfully, but these errors were encountered: