-
Notifications
You must be signed in to change notification settings - Fork 3
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
Types definitions #10
Comments
Yes the types from I might just create/publish |
is it done ? @types/ ? |
a workaround for the error is to use |
Wouldn't that mean EDIT: Could probably cast the above to some variation of |
A workaround for this is to copy code from formidable-serverless.js and make a file in your project and paste that code there and then just use |
In the docs it says it uses the same API as
formidable
. There's an easy and straightforward to extend the type definitions fromformidable
toformidable-serverless
?I was thinking in installing like this:
And somehow instruct Node to use
formidable
's types forformidable-serverless
.The text was updated successfully, but these errors were encountered: