Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danawoodman/formdata-helper

Parse FormData into a structured JavaScript object with coercion of primitive types (numbers, booleans, etc)
https://github.com/danawoodman/formdata-helper

browser formdata javascript multipart node node-js nodejs parser typescript utility utility-library webworker

Last synced: 15 days ago
JSON representation

Parse FormData into a structured JavaScript object with coercion of primitive types (numbers, booleans, etc)

Awesome Lists containing this project

README

        

# formdata-helper

This is the monorepo for [formdata-parser](/packages/formdata-helper/).

## Packages

See these packages for more information:

- [`formdata-helper`](/packages/formdata-helper/) - Go here for docs on using the library.
- [`examples`](/packages/example/) - Head here for a simple example of using formdata-parser (Vite + TypeScript).