
In the docs it says it uses the same API as formidable. There's an easy and straightforward to extend the type definitions from formidable to formidable-serverless?
I was thinking in installing like this:
npm i --save formidable-serverless
i --save-dev @types/formidable
And somehow instruct Node to use formidable's types for formidable-serverless.
In the docs it says it uses the same API as
formidable. There's an easy and straightforward to extend the type definitions fromformidabletoformidable-serverless?I was thinking in installing like this:
And somehow instruct Node to use
formidable's types forformidable-serverless.