We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am kind of confused by the way the @types part is handled in this project: https://www.npmjs.com/package/dom-to-image-more#using-typescript
As I understand the use of .d.ts files in projects is discouraged and I am requiring a package, that is (from my perspective) not used at all.
.d.ts
I am fairly new to this, so it might be just me being confused and/or even in the wrong project for this kind of inquiry.
npm add -D @types/dom-to-image-more
It is not producing errors, it just is kinda out of the ordinary.
3.3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use case: description, code
I am kind of confused by the way the @types part is handled in this project: https://www.npmjs.com/package/dom-to-image-more#using-typescript
As I understand the use of
.d.ts
files in projects is discouraged and I am requiring a package, that is (from my perspective) not used at all.I am fairly new to this, so it might be just me being confused and/or even in the wrong project for this kind of inquiry.
Expected behavior
npm add -D @types/dom-to-image-more
Actual behavior (stack traces, console logs etc)
It is not producing errors, it just is kinda out of the ordinary.
Library version
3.3.0
Browsers
The text was updated successfully, but these errors were encountered: