Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/danawoodman/formdata-helper
- Owner: danawoodman
- Created: 2022-09-01T20:21:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T00:13:07.000Z (about 2 years ago)
- Last Synced: 2024-08-09T04:51:00.884Z (3 months ago)
- Topics: browser, formdata, javascript, multipart, node, node-js, nodejs, parser, typescript, utility, utility-library, webworker
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/formdata-helper
- Size: 120 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).