library · inferred from evidence
form-data
A package that does not implement the Web FormData#get() API, used as a replacement by isomorphic-form-data.
- form-data runtime error under NestJS: use namespace import
[sina-salahshour (reporter)]: Change the import to a namespace import: import * as formData from 'form-data' instead of the default import. Default-importing form-data breaks the FormData constructor mailgun.js expects, which throws at runt