1.0.3 • Published 1 year ago

@ahmedhassan713/object-2-formdata v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Object 2 formData (OTF)

Given an object, it transforms it to formData ready to be sent to the backend

Install

yarn add @ahmedhassan713/object-2-formdata

OR

npm i @ahmedhassan713/object-2-formdata

Documentation

import { OTF } from "@ahmedhassan713/object-2-formdata"
const obj = {........}

const formData = OTF(obj)

Author

Demo

codesandbox