@ahmedhassan713/object-2-formdata
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i @ahmedhassan713/object-2-formdata

Weekly Downloads

8

Version

1.0.3

License

MIT

Unpacked Size

7.85 kB

Total Files

12

Last publish

Collaborators

  • ahmedhassan713