npm install form-inline-edit

TODO: descripction
You can install the package via yarn:
``bash`
$ yarn add form-inline-edit
`js
const FormInlineEdit = require('form-inline-edit');
const form = new FormInlineEdit({
name: 'josh',
age: 100
})
`
` bash``
$ npm run test
If you discover any security related issues, please contact :author_name instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.