Skip to content
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

Typescript and Import Support ? #44

Open
Allakazan opened this issue May 31, 2024 · 1 comment
Open

Typescript and Import Support ? #44

Allakazan opened this issue May 31, 2024 · 1 comment
Labels

Comments

@Allakazan
Copy link

When i try to use this library with import i'm geting some errors that TS can't find the declaration file.

Can you help me fix this ?

error TS7016: Could not find a declaration file for module 'node-audiorecorder'. 'C:/Users/bruno/workspace/python/influencer-z/node_modules/node-audiorecorder/library/index.js' implicitly has an 'any' type.

Try npm i --save-dev @types/node-audiorecorder if it exists or add a new declaration (.d.ts) file containing declare module 'node-audiorecorder';

@beautyfree
Copy link

Same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants