Type definitions
Open
- Dominant language
- JavaScript
- Stars
- 105
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if there were typescript definitions for this module. I'm currently using a custom definition in my project:
```
type FormData = Record
declare module 'get-form-data'; {
function getFormData(form: React.EventTarget): FormData;
export default getFormData;
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.